Tomcat 4.1.24 on HP-UX 11. I have this in server.xml: <!-- Define the default virtual host --> <Host name="example.com" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true">
The permissions look okay: # pwd /opt/hpws/tomcat/webapps # ll ben* -rwxrwxrwx 1 www other 3090939 May 28 08:08 bentest.war -rwxr-xr-x 1 www other 265 Apr 30 13:36 bentest.xml # Is there anything else that would be affecting whether the WAR files are unpacked? I can manually create the 'bentest' directory and jar -xvf the .war file into it, but I shouldn't have to... -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management
