I'm quite keen to use apache-2 and mod_jk to serve static content for
JBoss 3RC1 and tomcat (the binary bundle that can be downloaded)

After much hunting about, I found and downloaded
jakarta-tomcat-connectors-4.0.2-01-src.tar.gz which I unpacked. I
compiled mod_jk2 and installed in my apache-2 modules directory. A
"configtest" indicates that everything is fine. I create a
workers.properties files and add a few entries to my httpd.conf which
I've included below. Attempting to access
http://localhost:8080/examples works fine, but going via port 80 cause
the machine to loop endlessly. Apache reports:

[Fri Apr 19 18:01:17 2002] [warn] service.head() ETag: "7033-1019235385000"

and JBoss then consumes all my available memory before dieing. Anyone
had any luck getting this all to work? Is it something to do with the
way that Tomcat has been bundled?

More information:

JDK1.4.0, Linux kernel 2.4.18, JBoss 3RC1 with Tomcat 4.0.3, gcc
2.95.4

httpd.conf entries:

LoadModule jk_module modules/mod_jk.so
JkWorkersFile 
/home/sms/jboss/jboss-3.0.0RC1_tomcat-4.0.3/catalina/conf/workers.properties
JkLogLevel info
JkMount /examples/* ajp13
JkMount /*.jsp ajp13

I've attached my workers.properties file. If I could persuade the
webapp warp connector to build, I'd try that.

Cheers,

Simon

-- 
And tomorrow will be like today, only more so.
                -- Isaiah 56:12, New Standard Version
# Setup for Linux
#
workers.tomcat_home=/home/sms/jboss/jboss-3.0.0RC1_tomcat-4.0.3/catalina
workers.java_home=/usr/local/java
ps=/
worker.list = ajp13

worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Reply via email to