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 havi
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 instanc
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
-
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 of
ednesday, March 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 documentatio
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 ever
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 se
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 wrote:
> I wa
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.