I'm upgrading my Tomcat 5.0.x installations to 5.5.7. All of my context
elements are defined in individual files (with a ".xml" extension) in
the $CATALINA_HOME/conf/[enginename]/[hostname]/directory as per the
Tomcat documentation.
All of the defined contexts are loaded when Tomcat 5.0.28 starts, but
not in my 5.5.7 installation. My host element has deployXML="true",
autoDeploy="true", and deployOnStartup="true".
What am I missing that would cause this not to work in TC 5.5.7? If I
define the contexts in my server.xml, they work fine, but I'd rather put
them in $CATALINA_HOME/conf/[enginename]/[hostname]/
TIA!