You want to have each webapp served by a different process ? Or even different versions of a webapp in a different process ?
Sounds very good ! Costin On Wed, Mar 10, 2010 at 6:17 AM, Mladen Turk <mt...@apache.org> wrote: > On 03/10/2010 02:58 PM, Mark Thomas wrote: > >> >> Work directory, temp directory come to mind. >> >> Easier to use a CATALINA_HOME/CATALINA_BASE style approach. >> >> > The idea IS to use the same directory and same files. > I'm trying to locate things that presume Tomcat is running > as self contained singleton application and see whether > it can be made to be aware of multiple processes that > constitute a single servlet engine instance. > > Work and temp could probably have their own process-id > like prefix if not possible to reuse the files or if > sync would be too complex. > > > Regards > -- > ^TM > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >