On 10/03/2010 13:55, Mladen Turk wrote:
> Hi,
> 
> Anyone knows what would be the major points that would
> be problematic when launching multiple instances in the same
> directory.
> Lets presume that connectors share the same sockets among
> multiple virtual machines using the JVM loaded inside each
> Httpd or IIS worker process for example.
> 
> As I see it there are few things that would have to be addressed.
> 1. Session sharing
> 2. Logging issues (multiple processes write to the same file)
> 3. What about war deployments
> 4. Do we have any other resources which access should be
>    synchronized?

Work directory, temp directory come to mind.

Easier to use a CATALINA_HOME/CATALINA_BASE style approach.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to