Tomcat 4.1.30
Apache 2.0.49
tomcat-connectors-jk-1.2.5 (mod_jk)
Red Hat Enterprise Linux ES 3.0
I have Tomcat and Apache both up and running okay, but I'm having a
problem with mod_jk. When I try to execute .jsp pages from Apache I get a
500 Internal Server Error. I think this is a configuration issue
somewhere in Tomcat.
These are the changes I've made....
/usr/local/apache2/conf/httpd.conf...
LoadModule jk_module modules/mod_jk.so
Include /usr/local/tomcat/conf/auto/mod_jk.conf
/usr/local/tomcat/conf/server.xml.......
I took the default file and just added two lines...
<Server port="8005" shutdown="SHUTDOWN" debug="0">
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="/usr/local/apache2/modules/mod_jk.so" />
<!-- Define the default virtual host -->
<Host name="tux.foo.org" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true" forwardAll="false"
modJk="/usr/local/apache2/modules/mod_jk.so" />
/usr/local/tomcat/conf/jk/workers.properties.....
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
Anyone know whats up?
Thanks,
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]