Re: Tomcat 5.5.4: Define a default application w/ Context Descriptors?

2005-03-06 Thread Chad Darby
Hi All, Thanks to info from Jake Kjome, I can define a default application by naming the context descriptor file "ROOT.xml". Hope this is useful to another developer since it is not listed in the Tomcat 5.5 documentation. Cheers! // Darby --- Chad Darby <[EMAIL PROTECTED]>

Tomcat 5.5.4: Define a default application w/ Context Descriptors?

2005-03-03 Thread Chad Darby
Hi All, I would like to know how to define a default application w/ Context Descriptors. On Tomcat 5.0, I could define a default application w/ a context descriptor fragment in: $CATALINA_HOME/conf/[enginename]/[hostname]/foo.xml The file "foo.xml" would contain this entry: However, in Tomc