Comment 0 for bug 34863

Revision history for this message
Alf-Ivar Holm (affi) wrote : mod-jk refers to tomcat4 j2sdk1.4-sun

Dapper includes Tomcat5 and Kaffe, which works (for my needs at least), but the accompanying libapache2-mod-jk package, to get Apache to talk to the Tomcat server, has these two lines:

workers.tomcat_home=/usr/share/tomcat4
workers.java_home=/usr/lib/j2sdk1.4-sun

To get these native packages working together I changed these to:

workers.tomcat_home=/usr/share/tomcat5
workers.java_home=/usr/lib/kaffe

and I think that the package should be identical, at least in Ubuntu as it does not include neither Tomcat4 nor the Sun JDK.