> From: Christopher Dodunski [mailto:chrisfromsquir...@christopher.net.nz] > Subject: RE: Configuring which Servlet is invoked
> I have now set up two <Host> elements inside server.xml with > appBases in two entirely different places... > <Engine name="Catalina" defaultHost="localhost"> > <Host name="localhost" appBase="webapps" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > </Host> The first <Host> above should be the one running the blogging app; is that correct? > <Host name="http://blog.christopher.net.nz" > appBase="/home/roller/application" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false" /> Are the appBase settings switched? I would have thought the roller directory would be associated with the blogging webapp, based on your previous descriptions. > Have restarted Tomcat, but Tomcat isn't unpacking > /home/roller/application/ROOT.war as expected. Does Tomcat have read and write access to that directory? > The catalina.out log doesn't seem to give a reason. Possibly the wrong log file to look at. What do the others have in them? - 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