Tomcat4 and Apache2
I have searched all thru the forums here and across the internet, including the jakarta website and still not having any luck. Here is what I have:
Redhat 8.0
Apache 2.0.40
Tomcat 4.1.24
mod_jk.so ap2.0.40
Now, I can get tomcat to run on port 8080 with ease. The problem I am running into is when I try to get Tomcat and Apache to work together. I have followed all the instuctions, loaded the module into Apache, edited the httpd.conf file, created the workers.properties file, edited the server.xml file for the port 8009. The workers file and the server.xml file both agree on the same port, but no luck. I also start Tomcat before Apache.
The problem I am having is, it seems that Apache is not passing to Tomcat. When I call up a .jsp page it will show the script and not execute it. Has anyone had any luck with this type of setup? It doesn't seem to be that hard to setup, maybe I am missing something. Any help would be greatly appreciated.
Thanks,
rlkiddjr
|