RE: Test Mail, Please Ignore

2014-05-16 Thread Sebastien Tardif
I sent email below yesterday and never saw it in the list: -Original Message- From: Sebastien Tardif Sent: Wednesday, May 14, 2014 12:59 PM To: 'Tomcat Users List' Subject: Slow execution of Tomcat 7.0.52 due to coarse lock in WebappClassLoader.loadClass I'm having some visible

Slow execution of Tomcat 7.0.52 due to coarse lock in WebappClassLoader.loadClass

2014-05-14 Thread Sebastien Tardif
I'm having some visible performance issue related to the use of method synchronized loadClass(String name, boolean resolve) in WebappClassLoader I see that the author or least some of the author(s) of the class got the idea in other cases of a more specialize lock that against the entire

Difference between Tomcat Window Service mode ?

2014-04-30 Thread Sebastien Tardif
What is the difference between Tomcat Window Service mode ? Which one is better? I believe one of them is more “friendly” with JConsole so that the Tomcat instance is listed as a list of JVM running locally? Extract from http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html

Request for better deployment usability: should be able to specify context root inside war

2014-03-31 Thread Sebastien Tardif
I understand that Tomcat currently doesn't always support specifying the context root to be used in a file inside the War. Extract from: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html When autoDeploy or deployOnStartup operations are performed by a Host, the name and context path

Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Sebastien Tardif
I'm confused by the commands given by Tomcat documentation about creating different instances, it says: service install instance1 but service is not a command provided by Tomcat or Windows, see http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html#Multiple_Instances Almost

RE: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Sebastien Tardif
26, 2014 2:54 PM To: Tomcat Users List Subject: Re: Scripting Tomcat installation versus multiple instances On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif sebastien.tardif.contrac...@gmo.com wrote: I'm confused by the commands given by Tomcat documentation about creating different

RE: Is it possible to have unpackWAR not unpacking anything, even in work folder?

2014-03-25 Thread Sebastien Tardif
to reach something that doesn't exist. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, March 25, 2014 4:40 AM To: Tomcat Users List Subject: Re: Is it possible to have unpackWAR not unpacking anything, even in work folder? On 25/03/2014 03:57, Sebastien Tardif

Should Tomcat Windows Service StopTimeout kill the process at timeout?

2014-03-25 Thread Sebastien Tardif
Hello, I was somehow expecting something useful from -StopTimeout parameter from Tomcat 7.0.52 Windows Service referenced at http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html But when I set a timeout, well in the UI it's called timeout under shutdown tab, the behavior seems

Is it possible to have unpackWAR not unpacking anything, even in work folder?

2014-03-24 Thread Sebastien Tardif
I was glad to discover that an option called unpackWAR exists, because my War has thousands of files and my configuration use a slow share drive, and so that's taking a very long time to unpack... but when I use the option it still unpack but in a more hidden place, called the work' folder.