Tomcat deploy error
Posted
by David
on Server Fault
See other posts from Server Fault
or by David
Published on 2010-03-30T16:36:42Z
Indexed on
2010/03/30
16:43 UTC
Read the original article
Hit count: 476
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!
© Server Fault or respective owner