Okay, I'm getting closer. I've removed the 'path' attributes, and the contexts are loading fine. However, Tomcat is using /xmlfilename as the context's path. If I can't use the 'path' attribute in the Context elment of files in /conf/[enginename]/[hostname], how do I tell Tomcat the path is /dir1/dir2/xmlfilename?
>>> [EMAIL PROTECTED] 2/24/2005 11:10:26 AM >>> You do realize that the context configuration files have changed between Tomcat-5.0.xx and Tomcat-5.5.x, right? If not, read the docs. If you used the "path" attribute before in the standalone files, you no longer do that. The path is implied by the name of the file. All you specify is the "docBase". And, of course, no more <Logger> elements. Jake Quoting David Boyer <[EMAIL PROTECTED]>: > 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! > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
