> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Has anyone managed to run TC from a CD? > > The relatively minor thing I stumble on was changing the scratchdir > setting for the work folder to be out of the CD directory branch, > which, I think, would only need some "sourcing" and some recompiling
You shouldn't need to make any changes to Tomcat - just set the java.io.tmpdir system property, and the workDir attributes for <Host> (and <Context>, if needed) before launching Tomcat. Also insure that the <Host> attribute unpackWARs is false. You'll probably need to build a server.xml before starting Tomcat, and pass its location via the -config parameter. However, I haven't actually tried the above... - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]