I am use Tomcat 8.0.12, Ubuntu 14.04.1, IntelliJ IDEA 13.1.5, I try to run a simple jsp file, then IDE notice:
Error running index.jsp (1): Error copying configuration files from /opt/tomcat8/apache-tomcat-8.0.12/conf to /home/vy/.IntelliJIdea13/system/tomcat/_EE01/conf : /opt/tomcat8/apache-tomcat-8.0.12/conf/catalina.policy (Permission denied)
I also try use Eclipse 4.4 WTP, with Tomcat 8.0.12, there are same problem, although Eclipse don't notice like IntelliJ IDEA:
Server Error The Tomcat server configuration at /Servers/Tomcat v8.0 Server at localhost-config is missing. Check the sever for errors.
Reason: The Tomcat server configuration at /Server/Tomcat v8.0 Server at localhost-config is missing. Check the server for errors.
Help me resove this error.
chmod 777 filename
, This case you may needsudo
too – Ruchira Gayan Ranaweera/opt/eclipse
. IntelliJ IDEA at/opt/intellij-idea
. Tomcat server at:/opt/tomcat8/apache-tomcat-8.0.12
. Thank you! – Do Nhu Vy