Hi,
As you surmised, you have to be careful about any and all IO (especially
writing) operations in your app, implicit or explicit.  Make sure to set
java.io.tmpdir, the workdirs for your contexts in Tomcat, etc to writeable
folders.

This is a tomcat-user question.  Please continue the discussion there if you
still have questions.

Yoav

> -----Original Message-----
> From: Julian White [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 01, 2005 9:09 AM
> To: tomcat-dev@jakarta.apache.org
> Subject: Running Tomcat from a CD-Rom
> 
> Hi,
> 
> I want to run Tomcat from a CD-Rom complete with a web application. My
> application needs to be able to run on any PC without networkor an
> install program so everything would have to be installed on the CD-Rom.
> To get Tomcat to run directly from CD-Rom I am thinking I will have to
> change all configuration files that point to the Tomcat home directory
> and point them instead to a temporary folder under windows.
> 
> Can anyone think of any other issues I am going to run into or if there
> is something I have overlooked.
> 
> Env. is Tomcat 5.0, & Windows
> 
> Thanks in advance,
> Regards,
> Julian


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

Reply via email to