Thanks for the reply. Things seem to work now if I have my app as ROOT with a ROOT.xml.
I've also noticed that tomcat is mysteriously deleting some of my config files and war files when an internal reload happens (if it sees a file has changed) For instance, I renamed 'meh' to ROOT and meh.war disappeared. -----Original Message----- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 21:59 To: Tomcat Users List Subject: Re: tc5.5 - multiple hosts problem The way defining the context path works has been changed. Since there was redundant information, the path of the context is now found based on the deployment file name (= it can be the .xml, the .war or the expanded folder file name). So here, if you want your context to have the root path, your .xml should be ROOT.xml, and you should remove the path attribute. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
