I am putting together a new build environment and when I upload a new .war file, Tomcat does not seem to be unwrapping it into a directory structure, or restarting.
Does there have to be some setting that needs to be set for this?
I am using ubuntu.
Thanks,
Alex
Yes, on
TOMCAT_HOME/conf, there’sserver.xml. Look for the following:unpackWARstotrueallows Tomcat to unzip your WAR file to a directory structure.autoDeploytotrueallows Tomcat to auto deploy your web application if it detects a WAR file deployed in Tomcat.Hope this helps!