You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Tognoni Enrico (Stage)" <to...@webegg.it> on 2001/11/21 15:28:41 UTC

executing Tomcat from cd

I am deploying a simple web application using Tomcat 3.2.3 in stand-alone
mode.
At the moment I'm distributing it in a cd containing all Tomcat and
application files, which need to be copied on the machine where the
application runs.

I was asked to check if it is possible to run everything directly from the
cd.

This means to avoid any write access to the file system, so:

* stop Tomcat re-compiling my jsp, which are already compiled and inluded in
the cd

* stop Tomcat generating files such as iis_redirect.reg-auto, which are not
needed

Does anybody know whether these things are possible or not and how to it? 

Thanks,

Enrico