Depends on the log level and whether or not you have acutally hit a page that is picked up
by mod_jk.
Earnie!
-----Original Message-----
From: Brad O'Hearne [mailto:brado@neurofire.com]
Sent: Friday, February 24, 2006 3:33 PM
To: Tomcat Users List
Subject: mod_jk set up, running, no errors in log, but no connections
between Tomcat / httpd
Well, it appears I have Tomcat and httpd set up and running mod_jk
without any errors in the logs. I have used the tomcat auto-config for
mod_jk, and httpd is including it into the httpd.conf file. Logs look
clean. But mod_jk.log is completely empty, and when I do a netstat, I
see the following:
[root@cvs jk]# netstat -vatn | grep 80
tcp 0 0 127.0.0.1:8005
0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8009
0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80
0.0.0.0:* LISTEN
The first and second lines are obviously Tomcat listening for shutdown
and ajp connections, and the third one is apache listening for http. But
I thought (based on several documents I read online) that I was supposed
to see connections between tomcat and apache. Is this correct? If so,
where should I be looking next to debug, as I see no errors in the logs?
Brad
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|