Title: permission denied when running tomcat with apache

Hi guys,

I like to run tomcat and apache together and let apache give all .jsp files to tomcat.
So I installed both servers and in the httpd.conf I included the tomcat-apache.conf.
Then I started tomcat and after that apache.
Now I can reach apache under http://localhost and tomcat under http://localhost:8080

Both servers work fine, but when I execute .jsp files under apache, I become a 500 error which tells me that I do not have permissions to execute the file:
When I try tomcat standalone like:
http://localhost:8080/examples/hello.jsp it works fine,
but I get the error when I try to run this under apache like:
http://localhost/examples/hello.jsp

Does anyone know, how to handle this?

Best regards
Tommi

Reply via email to