Caldarale, Charles R wrote:
> 
> 
> Look at the workDir attribute of the <Host> and <Context> elements.
> 
> By the way, you might want to consider moving up to a more recent 5.5
> version (5.5.27 is current).  Lots of fixes have gone in since 5.5.12 was
> released over three years ago.
> 
>  - Chuck
> 
> 


It works!  I set environment variable JAVA_OPTS and defined a new variable
and update the <Host> element with the workDir parameter referring to the
new variable.

Speaking of bugs about 5.5.12, I think I just ran into one.  The first app
server uses my newly defined work directory and I can see the size of this
new work directory increase as JSP pages are visited and compiled.  However,
the second appserver which uses exactly the same NFS mounted files and with
a different work directory, will create the new work directory but still use
the old default "work" directory for actual JSP compilations.  We have other
webapps that use 5.5.12 and they exhibit the same problem.  I'm baffled.

So I changed to Tomcat 5.5.27 and the problem disappears.  Need to go
through a round of regression testing for 5.5.27 but will switch to it in
production the earliest I can.
-- 
View this message in context: 
http://www.nabble.com/Tomcat-Cluster-and-NFS-mounted-webapp-tp20176721p20213152.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to