The "default" context and a context mapped to "/" aren't quite the same. The "default" context is the one used if no other context is "matched" to the request. A context mapped to "/" is still a normal context like "/examples", but with a shorter name. To declare the "default" context, specify path="".
Cheers, Larry > -----Original Message----- > From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 5:52 AM > To: [EMAIL PROTECTED] > Subject: how to define the / context > > > With Tomcat 3.3, i'm trying to define a context as the default one : / > > I have deleted all the examples( i don't need them ) > > I have a context in a file ( app-myapp.xml ) with "path=/" > but in the tc.log, i've got always that : > 2001-11-30 11:49:02 - ContextManager: Adding DEFAULT:/ROOT > > How to define the DEFAULT one ? > > > Michenaud Laurent > - Adeuza - > [ D�veloppeur Web - Administrateur R�seau ] > > > -- > 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]>
