You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Wong, Wilson Y" <wi...@eds.com> on 2002/09/04 08:36:44 UTC

Multiple instance for Tomcat

Dear All,
  I'd a question on the context on each instance.  Why it auto added all the
subfolders under "webapps"? And how to prevent this?  More is it mean that
both of the instance cannot access the other folder, like joe cannot access
bill's folder)?

Here is the startup screen base on my multiple instance configrations :

2002-09-04 11:36:10 - ContextManager: Adding context Ctx( /joe )
2002-09-04 11:36:10 - ContextManager: Adding context Ctx( /joe/examples )
Starting tomcat. Check logs/tomcat.log for error messages
2002-09-04 11:36:10 - ContextManager: Adding context Ctx( /Joe ) <--- Why it
will adding all the subfolders? --->
2002-09-04 11:36:10 - ContextManager: Adding context Ctx( /Bill ) <--- Why
it will adding all the subfolders? --->
2002-09-04 11:36:39 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2002-09-04 11:36:39 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007


2002-09-04 11:35:17 - ContextManager: Adding context Ctx( /bill )
2002-09-04 11:35:17 - ContextManager: Adding context Ctx( /bill/examples )
2002-09-04 11:35:17 - ContextManager: Adding context Ctx( /bill/admin )
Starting tomcat. Check logs/tomcat.log for error messages
2002-09-04 11:35:17 - ContextManager: Adding context Ctx( /Joe ) <--- Why it
will adding all the subfolders? --->
2002-09-04 11:35:17 - ContextManager: Adding context Ctx( /Bill ) <--- Why
it will adding all the subfolders? --->
2002-09-04 11:35:55 - PoolTcpConnector: Starting HttpConnectionHandler on
8000
2002-09-04 11:35:55 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8009

Thanks you for your attention!

Regards,
Wilson

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>