I don't think this behavior can be disabled, unless you want to modify the Tomcat code. The simplest solution is to have different appBase directories for each Tomcat instance.
Jeff ----- Original Message ----- From: "Yuval Levav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 3:51 AM Subject: Disabling the DefaultContext > Hi, > I have more han one directory under webapps ( my appBase ). > However, I would like to load each directory's apps with different tomcat 4 > instances. > The problem is that a context is created for each directory, although it is > not > declared in my server.xml.I understand that the DefaultContext is > responsible for this. > > Is there a way to disable this feature ? > > Thanks, > Yuval > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
