Re: [OT] javax.net.ssl.SSLException invoking https

2014-09-18 Thread Suleman Butt
Thanks for replying, Chris. Here is the rest of the exception stack: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-09-18 Thread Lars Engholm Johansen
Thanks guys for all the feedback. I have tried the following suggested tasks: - Upgrading Tomcat to the newest 7.0.55 on all our servers - Problem still persists - Force a System.gc() when connection count is on the loose - Connection count is not dropping - Lowering the log level

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-09-18 Thread Filip Hanik
Thanks Lars, if you are indeed experiencing a non caught error, let us know what it is. On Thu, Sep 18, 2014 at 2:30 AM, Lars Engholm Johansen lar...@gmail.com wrote: Thanks guys for all the feedback. I have tried the following suggested tasks: - Upgrading Tomcat to the newest 7.0.55 on

How to set up TLS-PSK with Tomcat

2014-09-18 Thread Borislav Trifonov
We need to use pre-shared keys, not certificates. TLS supports PSK, but how does one set this up in Tomcat? All the guides for SSL/TLS in Tomcat I've found talk about setting up certificates.

help!

2014-09-18 Thread Shrileckha Chaithanya
Hi Tomcat team, I need to rename the JESSIONID cookie name to MKTSESSIONID. I updated the catalina.bat file to use below. can you pls help? set JAVA_OPTS=%JAVA_OPTS% -Dorg.apache.catalina.JSESSIONID=MKT2SESSIONID Thanks, Shrileckha Chaithanya

Re: help!

2014-09-18 Thread Felix Schumacher
On 18. September 2014 21:33:20 MESZ, Shrileckha Chaithanya cshrilec...@gmail.com wrote: Hi Tomcat team, I need to rename the JESSIONID cookie name to MKTSESSIONID. I updated the catalina.bat file to use below. can you pls help? set JAVA_OPTS=%JAVA_OPTS%

Re: help!

2014-09-18 Thread Shrileckha Chaithanya
Thx for responding. I did like look at this link. Can you provide with proper syntax to rename the cookie name? Sent from my iPhone On Sep 18, 2014, at 5:01 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: On 18. September 2014 21:33:20 MESZ, Shrileckha Chaithanya

Re: help!

2014-09-18 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/18/2014 2:13 PM, Shrileckha Chaithanya wrote: Thx for responding. I did like look at this link. Can you provide with proper syntax to rename the cookie name? Sent from my iPhone On Sep 18, 2014, at 5:01 PM, Felix Schumacher

Re: How to set up TLS-PSK with Tomcat

2014-09-18 Thread Igor Cicimov
On 19/09/2014 5:16 AM, Borislav Trifonov btrifo...@macroh.com wrote: We need to use pre-shared keys, not certificates. TLS supports PSK, but how does one set this up in Tomcat? All the guides for SSL/TLS in Tomcat I've found talk about setting up certificates. Set sslProtocol=TLS and

a problem: tomcat exits unexpectedly

2014-09-18 Thread bo zhao
Hi folks, we are facing a serious problem with our tomcat(6.0.33 on centos 6.3 with jre 6.0.25) which shuts itself downafter some time of running. We start tomcat at 09:42, but at 11:35, tomcat pause temporarily, then it reinit the ApplicationContext. detail logs: ... custom