Jake,

I had a similar problem, but with the jk2 binary I downloaded. It
wouldn't run with 2.0.44. I tried the mod_jk2.so that is on John
Turner's site, and it loaded. I don't know what he did to build it, but
it is clearly radically different from the binary on the Jakarta site,
since the Jakarta binary is 120080 bytes and the one from his site is
689302 bytes.

The next challenge was navigating the jk2 documentation for
configuration files. After a few false starts, the following worked.

In my apache conf directory, my workers2.properties file contains the
following:

# Get rid of shm errors
[shm]
file=${serverRoot}/logs/shm.file
size=1048576

# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009

# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*]
info=Map the whole webapp

In my Tomcat 4.1.18 conf directory, my jk2.properties files contains the
folloing:

handler.list=apr,channelSocket,request
channelSocket.port=8009

Hope this works for you...

-Eric
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to