Yes it's possible to use mod_jk from 3.3. Zhis informatin is better than your previous post, but I'm missing an description of the error(s).
- Is apache running at all. (ps aux | grep bin/apache) - Is tomcat running at all. (ps aux | grep tomcat) - Is apache listening on the ports you expect (netstat -a) - Is tomcat listening on the ports you expect (netstat -a) - can you get static resources - can you get dynamic resources through port 8080 (Use the port from the settings for the HttpConnector in server.xml) > -----Urspr�ngliche Nachricht----- > Von: Thomas Cherry [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 1. August 2002 12:05 > An: [EMAIL PROTECTED] > Betreff: RE: Apache-tomcat integration > > Ok, I have a mandrake system with Apache 1.3 and tomcat 4.01. > I have a copy of mod_jk from tomcat 3.x and was thinking that > I could reuse the same lib. > I started configuring apache and tomcat but it does not seem > to work so I am including the content of my config files in this > letter. > contents of /etc/tomcat4/conf/tomcat4.conf: > JAVA_HOME="/usr/java/current" > > CATALINA_HOME="/var/tomcat4" > JASPER_HOME="/var/tomcat4" > > TOMCAT_USER="tomcat" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
