require infomation on tomcat 6.0 EOL and support

2014-10-30 Thread Hareshbhai Desai,Vinaykumar (Vinaykumar)
Hi All, As per my understanding tomcat 6.0 is EOL but it's not yet announced. Generally EOL announcement to EOL timeframe would be 1 year. That mean tomcat 6.0 support time frame would be minimum 1 yr from now. Just wanted to confirm that any security vulnerability found in this period then Ap

crossContext getContext() for Parrallel Deployments

2014-10-30 Thread Charles Phillips
When trying to forward a request from one context to another getContext() is returning the root context when Parrallel deployments is used in tomcat 7 or 8 For example: foo_a##001 and foo_b##001 are deployed. Page on /foo_a/test.jsp calls Servlet.getContext("/foo_b"). In non Parrallel deployme

RE: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Anthony Bungeroth
Ah ok, thanks. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, October 30, 2014 1:25 PM To: Tomcat Users List Subject: Re: Tomcat Start script not starting from init.d or rc.local -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mathieu,

Re: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mathieu, On 10/30/14 12:11 PM, Mathieu Larchet wrote: > Your variables are not visible from the su user, you should export > them as you launch your command : > > su tomcat -c "JAVA_HOME=... CATALINA_HOME=... > $CATALINA_HOME/bin/startup.sh" Not

Re: Unable to disable SSL in Tomcat 6 !

2014-10-30 Thread Mark Thomas
On 30/10/2014 16:38, Utkarsh Dave wrote: > Hello all, > > To avoid poodle vulnerability we are trying to disable SSL v3 and all its > versions through below configuration. > > maxThreads="150" SSLEnabled="true" scheme="https" secure="true" >clientAuth="false" sslPr

Unable to disable SSL in Tomcat 6 !

2014-10-30 Thread Utkarsh Dave
Hello all, To avoid poodle vulnerability we are trying to disable SSL v3 and all its versions through below configuration. Can you please tell me if we are missing anything and how can we make this thing work? Thanks in advance -Utkarsh

Re: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 10/30/2014 7:17 AM, Christopher Schultz wrote: > Mark, > > On 10/29/14 3:44 PM, Mark Eggers wrote: > >> On 10/29/2014 10:33 AM, Anthony Bungeroth wrote: > >>> I basically need a script to run automatically when I reboot >>> the server. I

Re: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Mathieu Larchet
Hi, Your variables are not visible from the su user, you should export them as you launch your command : su tomcat -c "JAVA_HOME=... CATALINA_HOME=... $CATALINA_HOME/bin/startup.sh" Good luck - Mail original - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 10/29

RE: [ANN] Apache Tomcat Native 1.1.32 released

2014-10-30 Thread Jeffrey Janner
Any guestimate on when 7.0.57 is going to be released? It is needed to get the TLSv1.1 + TLSv1.2 support that this implements. With current releases, the only way to get the support is to not specify an sslProtocol, but that still enables SSlv3. Jeff > -Original Message- > From: Mark Thom

Re: How to access Sessions outside of class

2014-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 10/29/14 2:01 PM, Jason Ricles wrote: > Yes Chris RMI is a pain in the ass and I have been trying to make > a websocket client endpoint now. It however keeps closing and I am > not to sure as of why right after the connection is open. > h

Re: Tomcat Start script not starting from init.d or rc.local

2014-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/29/14 3:44 PM, Mark Eggers wrote: > > On 10/29/2014 10:33 AM, Anthony Bungeroth wrote: > >> I basically need a script to run automatically when I reboot the >> server. I have tried the various ways to get it to work in >> init.d and i