> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
> Sent: 2006 February 08, Wednesday 23:06
> To: Tomcat Users List
> Subject: RE: Using Tomcat over NFS over multiple hosts, want 
> to separate locations of directories
> 
> You should probably take a long look at:
> http://tomcat.apache.org/tomcat-5.5-doc/config/index.html
> especially the <Host> and <Context> descriptions.

Also look at the Tomcat startup scripts.  The temp directory, for
example, is actually specified by a system property constructed by the
scripts:
-Djava.io.tmpdir=temp

That's easily changed to point wherever your want.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to