Go to the server configuration file in /etc/tomcat7 (found from locate tomcat7)
https://www.mulesoft.com/tcat/tomcat-configuration
Per the https://www.mulesoft.com/tcat/tomcat-deploy-procedures modifiy context.xml in
/var/lib/tomcat7/webapps/ROOT/META-INF/
with <Context path "/poweraqualinked/"
antiResourceLocking="false" />
okay: localhost:8080/poweraqualinked/ returns a 404, so:
service tomcat7 restart
It still 404s
/var/lib/tomcat7/webapps/ROOT/$ echo `ls -l`
cp-index.html hello.jsp images index.html META-INF poweraqualinked sample.war test WEB-INF
cp-index.html , index.html resolve...
Thus, I will revisit https://www.mulesoft.com/tcat/tomcat-context
Wednesday, April 5, 2017
Subscribe to:
Post Comments (Atom)
I just moved PowerAqua to a different folder under webapps. and did a chmod 755 on all subfolders.
ReplyDelete