Re: tomcat not unpacking wars

2015-12-05 Thread Rathna
Never mind. I put my within unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > www.something.com > > ... > > I created a directory $CATALINA_HOME/webapps-demo and deployed a war file > named ROOT.war within it. > > On starti

tomcat not unpacking wars

2015-12-05 Thread Rathna
Here is my conf/server.xml ... www.something.com ... I created a directory $CATALINA_HOME/webapps-demo and deployed a war file named ROOT.war within it. On starting tomcat, I expected the ROOT.war to have unarchived as 'ROOT' directory with contents. That didn't happen! Kindly help.