Hi there,
I'm trying to get Apache 2.0.54 to use Tomcat 5.5.9 for serving
several contexts.
I've downloaded JK, installed the module, changed httpd.conf to
point to a custom mod_jk.conf file, declared a tomcat worker using
ajp13 listening to port 8080 (the port I use for Tomcat, Apache
listens to port 80) in the workers.properties file, and finally,
declared the contexts to be handled by Tomcat in the mod_jk I
created in the tomcat /conf/jk/ directory (the one automatically
created does not suffice).
When I access a web app via Tomcat, using the url:
http://localhost:8080/TED/pages/index.jsp
it works normally, however using:
http://localhost/TED/pages/index.jsp
it gives me a code 500 error:
"The server encountered an internal error or misconfiguration and was unable to complete your request."
Any ideas on how to make it work?