Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 12/18/12 8:48 PM, Bob Myers wrote: Some particular apps require HTTPS, so we use (in the web.xml for that webapp) transport-guaranteeconfidential/transport-guarantee Then if the app is accessed by HTTP (Apache port 80), and is

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 12/19/12 5:48 AM, Robert Anderson wrote: Connector port=8009 enableLookups=false connectionTimeout=2 protocol=AJP/1.3 redirectPort=8443 / Connector port=8010 protocol=AJP/1.3 secure=true scheme=https enableLookups=false

Re: Tomcat app log4j

2012-12-20 Thread vicky
Thanks Daniel, i got my problem resolved, there were certain Jars which were missing.   I came to know only after checking the localhost.-MM-DD.log file as YOU suggested. Thanks again for your time vicky From: Daniel Mikusa dmik...@vmware.com To: Tomcat

Tomcat 7.0.33 just stops without any errors...

2012-12-20 Thread Tony Anecito
Hi All, I have noticed since switching to Tomcat 7.0.33 64-bit that sometimes it just stops functioning with no errors and no events in windows to give me a reason why. It seems to do it once every couple of weeks. Has anyone experienced that? I am thinking next time to hookup visualvm to see

Re: Tomcat 7.0.33 just stops without any errors...

2012-12-20 Thread Cédric Couralet
2012/12/20 Tony Anecito adanec...@yahoo.com: Hi All, I have noticed since switching to Tomcat 7.0.33 64-bit that sometimes it just stops functioning with no errors and no events in windows to give me a reason why. It seems to do it once every couple of weeks. Has anyone experienced that? I

Re: Tomcat 7.0.33 just stops without any errors...

2012-12-20 Thread Tony Anecito
Thanks I had forgotten about that file. Best Regards, -Tony --- On Thu, 12/20/12, Cédric Couralet cedric.coura...@gmail.com wrote: From: Cédric Couralet cedric.coura...@gmail.com Subject: Re: Tomcat 7.0.33 just stops without any errors... To: Tomcat Users List users@tomcat.apache.org Date:

Re: Tomcat 7.0.33 just stops without any errors...

2012-12-20 Thread Tony Anecito
Thanks I did a search through all folder for those types of files and none found.   I am thinking it ran out of a resource.   I will keep trying. -Tony --- On Thu, 12/20/12, Cédric Couralet cedric.coura...@gmail.com wrote: From: Cédric Couralet cedric.coura...@gmail.com Subject: Re: Tomcat

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-20 Thread Robert Anderson
Hi Chris, It's a very good question. Yes, I'm using stick sessions. --server.xml (tomsrv01) Connector port=8009 enableLookups=false connectionTimeout=2 protocol=AJP/1.3 redirectPort=8443 / Connector port=8010 protocol=AJP/1.3 secure=true scheme=https enableLookups=false