> From: Mark Demma [mailto:[EMAIL PROTECTED] > Subject: Using Tomcat over NFS over multiple hosts, want to > separate locations of directories > > the two main problems I run into is the inability to separate > the web app deploy path, i.e. where it LOOKS for the warfiles > and the expand path, where it expands them.
If you set the unpackWARs attribute of the <Host> tag(s) to false, the appBase directory can be read-only. Necessary pieces of .war files will then be expanded into Tomcat's work directory. > The other problem is wanting to put the conf/ files in > a different location from the webapp/ files. You can change the appBase setting on each <Host> to point anywhere you want. 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. - 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]