> From: Dave Shevett [mailto:shev...@homeport.org] > Subject: 400 Errors while trying to deploy manager app.
Better to tell us the Tomcat version you're using right up front, rather than forcing people to dig through the entire message. Also tell us the JVM and the platform. > The tomcat install is serving many vhosts, they are all working > properly. Each vhost is configured with it's own ROOT.xml file with a > <Context path="/" docRoot="where-the-war-file-is"> entry. Just as start, your sample <Context> element is incorrect on two counts for any supported version of Tomcat: the path attribute is not allowed here (even if it were, you've specified it incorrectly), and there is no docRoot attribute for <Context>. <Context> documentation is here: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > <Context path="/manager" > docBase="/usr/share/tomcat5.5/server/webapps/manager" > privileged="true" antiResourceLocking="false" > antiJARLocking="false"> Again, the path attribute is illegal here. > <Host name="congov2.stonekeep.com" appBase="webapps/REDACTED.com" > unpackWARs="false" autoDeploy="false" > xmlValidation="false" xmlNamespaceAware="false" /> > I'm virtually positive that the /var/lib.../Catalina directory above is > the proper place to put the manager.xml Nope - it should be in /var/lib/tomcat5.5/conf/Catalina/congov2.stonekeep.com, not REDACTED.com. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org