Tomcat deploy error
- by David
When deploying an application with the Tomcat manager I get the following error:
FAIL - Failed to deploy application at context path /prademo
Tomcat log shows:
INFO: HTMLManager: install: Installing context configuration at '/home//webapps/PRA/META-INF/context.xml' from '/home//webapps/PRA' java.io.FileNotFoundException: /home/dstefan/webapps/PRA/META-INF/context.xml (Permission denied)
Permission to what? Both PRA and contex.xml have -rwxrwxrwx.
Thanks!