I need to integrate Tomcat 3.3 with Apache 2.0.48. Does any body sample configuration files for mod_jk2 to go with this configuration. I will be happy, even if the files for a different configuration.

Here's basic jk2.properties file and workers2.properties for a fresh Tomcat 5.0.24, Apache 2.0.49 and jk2 2.0.4 install on Linux


workers2.properties file:

# 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:/jsp-examples/*]
info=Map the whole webapp


jk2.properties file:

# Set the desired handler list
handler.list=request,channelSocket





Reply via email to