Hi,
I'm building a new development system. I can access my applications
directly from my browser 0n port 8009, but not through Apache. I'm have
j2sdk1.4.2_12 and apache-tomcat-4.1.32 installed. The version of Apache
is 2.0.54 (from the FC4 distro). I built the connector from the
tomcat-connectors-1.2.18-src, using the included directions.
The workers.properties file:
worker.list=ajp13
worker.ajp13.host=localhost
worker.ajp13.port=8009
worker.ajp13.type=ajp13
The httpd.conf file:
LoadModule jk_module modules/mod_jk.so
JkWorkersFile /var/apache-tomcat-4.1.32/conf/workers.properties
JkLogFile logs/mod_jk.log
JkLogLevel info
JkMount /*.jsp ajp13
JkMount /accntManager/* ajp13
When I attempt to access the servlet via Apache, the page just keeps
loading forever (oodly enough, it doesn't even timeout).
Any ideas?
Thanks,
Rob
--
Rob Tanner
Linfield College
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]