Tomcat 4.0.3 is NOT unpacking my WAR file and my application is not getting loaded. Is this a bug or is there a configuration issue that I am missing.
If I run without unpacking the war (i.e., docBase="online.war"), the application runs just fine, but then I can't have Apache httpd serve my static html and images. Here's the Host section of my server.xml <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="access." suffix=".log" pattern="common" timestamp="true"/> <Logger className="org.apache.catalina.logger.FileLogger" directory="logs" prefix="localhost." suffix=".log" timestamp="false"/> <Context path="/online" docBase="online" debug="0" reloadable="false" crossContext="false" useNaming="false"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="online." suffix=".log" timestamp="true"/> </Context> </Host> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>