Re: Sessions number issue

2016-02-19 Thread Qadeer Khan
Thanks so much for the help. I thought it were the open forum for any one needing support for Tomcat related questions. - Original Message - From: "André Warnier (tomcat)" To: users@tomcat.apache.org Sent: Friday, February 19, 2016 3:08:48 PM Subject: Re: Sessions

Re: Sessions number issue

2016-02-19 Thread tomcat
On 19.02.2016 17:40, David kerber wrote: On 2/19/2016 11:20 AM, Qadeer Khan wrote: Anyone, please throw some insight on the following issue You need to do the research and answer the questions that Mark asked in your other thread. Since you're using jboss, this may well be a jboss problem,

Re: Updating SSL certificates

2016-02-19 Thread Mark Thomas
On 19/02/2016 15:23, Christopher Schultz wrote: > Mark, > > On 2/18/16 5:15 PM, Mark Thomas wrote: >> On 18/02/2016 22:03, James H. H. Lampert wrote: >>> Out of morbid curiosity, is there a way to make a certificate >>> update take effect without restarting Tomcat? > >> Sort of. > >> Set

Re: Sessions number issue

2016-02-19 Thread David kerber
On 2/19/2016 11:20 AM, Qadeer Khan wrote: Anyone, please throw some insight on the following issue You need to do the research and answer the questions that Mark asked in your other thread. Since you're using jboss, this may well be a jboss problem, rather than tomcat.

Sessions number issue

2016-02-19 Thread Qadeer Khan
Anyone, please throw some insight on the following issue - On clicking on the session number '0', he is getting the following error. Any idea? FAIL - Encountered exception org.apache.jasper.JasperException: Unable to compile class for JSP:

Re: Enabling SSLv2 on Tomcat 7 !

2016-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Utkarsh, On 2/19/16 7:05 AM, Utkarsh Dave wrote: > I upgraded my tomcat from 7.0.53 ( that was having SSL protocols > enable) to 7.0.67 (that has by default SSL protocols disable). > > To re enable support for SSLv3 and SSLv2, i modified the

Re: Updating SSL certificates

2016-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/18/16 5:15 PM, Mark Thomas wrote: > On 18/02/2016 22:03, James H. H. Lampert wrote: >> Out of morbid curiosity, is there a way to make a certificate >> update take effect without restarting Tomcat? > > Sort of. > > Set bindOnInit on the

Re: Enabling SSLv2 on Tomcat 7 !

2016-02-19 Thread Aurélien Terrestris
Hello, there are many reasons not to use SSLv2 and this is why JDK6 doesn't support it. If you're really talking about SSLv2 and not SSLv2 Client-Hello, so you need to use the IBM JSSE implementation. But, I am unsure that you need this. best regards 2016-02-19 13:05 GMT+01:00 Utkarsh Dave

Re: Problem with Tomcat 5.5.20.

2016-02-19 Thread David kerber
On 2/19/2016 6:36 AM, Rogerio da Silva wrote: Dear , I have encountered problem with Apache Tomcat 5.5.20 , suddenly occur slow access in published URLs stay inacessible, looking memory process in operation system Windows 2008 Enterprise SP2 appearance lock , restart after OS return with

Enabling SSLv2 on Tomcat 7 !

2016-02-19 Thread Utkarsh Dave
I upgraded my tomcat from 7.0.53 ( that was having SSL protocols enable) to 7.0.67 (that has by default SSL protocols disable). To re enable support for SSLv3 and SSLv2, i modified the server.xml inside $TOMCAT_HOME/conf to replace sslProtocol="TLS" with sslEnabledProtocols="SSLv2,SSLv3,TLSv1" I

Problem with Tomcat 5.5.20.

2016-02-19 Thread Rogerio da Silva
Dear , I have encountered problem with Apache Tomcat 5.5.20 , suddenly occur slow access in published URLs stay inacessible, looking memory process in operation system Windows 2008 Enterprise SP2 appearance lock , restart after OS return with more instability, suggestions? Best