Tomcat 7.0.19 character encoding issue with JSP

2011-08-31 Thread David Wall
I'm trying to track down a character encoding issue that I've been having, but don't really understand. Hopefully one of you will know what the answer is. I am using CKEditor to generate some user-specified HTML. CKEditor offers an "insert special character" function that often creates named

Re: Tomcat JDBC Connection Pool, Tomcat 7, and Maven?

2011-08-31 Thread Andrew Todd
Answering my own questions. On Mon, Aug 29, 2011 at 5:12 PM, Andrew Todd wrote: > So I'm working on a Maven-based project in which I would like to use > the Tomcat JDBC connection pool. I've noticed that with Tomcat 7, the > documentation has now moved into the official Tomcat docs > (https://tom

Re: Two SSL certs. for same web app

2011-08-31 Thread Greg Johnson
Jeffrey wrote: >I do hope you are billing them an arm & a leg for that "better" certificate. Our client is an integral partner of a well-known certificate provider, so they are providing it for us without chargefor just their subdomain.  Chuck wrote: >Since you have only one , the name attri

Re: SSL configuration / APR / Tomcat 7.0.17

2011-08-31 Thread Marvin Addison
>           port="8443" maxThreads="200" >           scheme="https" secure="true" SSLEnabled="true" >           SSLCertificateFile="/usr/local/tomcat/conf/my.crt" >           SSLCertificateKeyFile="/usr/local/tomcat/conf/my.pem" >           clientAuth="optional" SSLProtocol="TLSv1"/> > Things to

Re: Performance for many small requests

2011-08-31 Thread Tony Anecito
Hi David, You need to not only look at the container but it's configuration and the jre that is being used. There have been a lot of improvements in all areas for performance. Also, understand the servlet model seems developers have completely forgotten about it and how important it is. Also, I

Re: Performance for many small requests

2011-08-31 Thread David kerber
On 8/31/2011 10:16 AM, Mark Thomas wrote: On 31/08/2011 15:11, David kerber wrote: Has there been any comparison testing done in how the latest 7.x version of TC will compare to the latest 6.0.x version, in the case of tons (hundreds per second) of very small, quick-to-process requests? Not th

Re: Performance for many small requests

2011-08-31 Thread David kerber
On 8/31/2011 10:18 AM, Francis GALIEGUE wrote: On Wed, Aug 31, 2011 at 16:11, David kerber wrote: Has there been any comparison testing done in how the latest 7.x version of TC will compare to the latest 6.0.x version, in the case of tons (hundreds per second) of very small, quick-to-process re

Re: Performance for many small requests

2011-08-31 Thread Francis GALIEGUE
On Wed, Aug 31, 2011 at 16:11, David kerber wrote: > Has there been any comparison testing done in how the latest 7.x version of > TC will compare to the latest 6.0.x version, in the case of tons (hundreds > per second) of very small, quick-to-process requests? > > I have a machine that's starting

Re: Performance for many small requests

2011-08-31 Thread Mark Thomas
On 31/08/2011 15:11, David kerber wrote: > Has there been any comparison testing done in how the latest 7.x version > of TC will compare to the latest 6.0.x version, in the case of tons > (hundreds per second) of very small, quick-to-process requests? Not that I am aware of. > I have a machine th

Performance for many small requests

2011-08-31 Thread David kerber
Has there been any comparison testing done in how the latest 7.x version of TC will compare to the latest 6.0.x version, in the case of tons (hundreds per second) of very small, quick-to-process requests? I have a machine that's starting to croak and am moving to a new machine, and need to dec

[OT] Two SSL certs. for same web app

2011-08-31 Thread Jeffrey Janner
I do hope you are billing them an arm & a leg for that "better" certificate. Our setup is near identical to yours, and it is what we would do. > -Original Message- > From: Greg Johnson [mailto:gre...@yahoo.com] > Sent: Monday, August 29, 2011 10:10 PM > To: users@tomcat.apache.org > Subjec

RE: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: [Solved] Two SSL certs. for same web app > Since you have only one , the name attribute is irrelevant > as long as it matches the defaultHost setting in the . Should also note that the standard value of "localhost" for the defaultHost attribute is so

RE: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Caldarale, Charles R
> From: Greg Johnson [mailto:gre...@yahoo.com] > Subject: [Solved] Two SSL certs. for same web app > I did end up needing to slightly change the Host and Engine > declarations to point to 'ip-address-one' in my example. That change isn't necessary. >     Since you have only one , the name at

Re: DBCP deadlock similar to DBCP-270

2011-08-31 Thread Mark Thomas
On 31/08/2011 07:54, Neil Laurance wrote: > Hi there, > > We are using: > > Red Hat Enterprise Linux Server release 5.4 (Tikanga) > > Tomcat 6.0.29 > > We appear to be having a similar issue to: > > https://issues.apache.org/jira/browse/DBCP-270 > > Except our stacktrace line-numbers are diff

Re: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Pid
On 31/08/2011 11:48, Pid wrote: > On 31/08/2011 08:24, Greg Johnson wrote: >> No, and you don't need to make any changes other than adding the extra >> . Traffic from both s will be routed to the single >> and . >>> Thanks for the advice, Chuck. I did end up needing to slightly change the >>>

Re: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Pid
On 31/08/2011 08:24, Greg Johnson wrote: > No, and you don't need to make any changes other than adding the extra > . Traffic from both s will be routed to the single > and . >> Thanks for the advice, Chuck. I did end up needing to slightly change the >> Host and Engine declarations to point t

Re: DBCP deadlock similar to DBCP-270

2011-08-31 Thread Konstantin Kolinko
2011/8/31 Neil Laurance : > Hi there, > > We are using: > > Red Hat Enterprise Linux Server release 5.4 (Tikanga) > > Tomcat 6.0.29 > > (...) > > Is there any easy of confirming the version of dbcp we have? I exploded >  tomcat-dbcp.jar and took a look, and nothing obvious ? apache-tomcat-6.0.x-sr

[Solved] Two SSL certs. for same web app

2011-08-31 Thread Greg Johnson
No, and you don't need to make any changes other than adding the extra .  Traffic from both s will be routed to the single and . >Thanks for the advice, Chuck. I did end up needing to slightly change the Host >and Engine declarations to point to 'ip-address-one' in my example. So my >server.xm