Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to install 'mod_jk.so'

Status
Not open for further replies.

cadbilbao

Programmer
Joined
Apr 9, 2001
Messages
233
Location
ES
Hello. I've got 'Apache 1.3.23' running OK, and I've just installed 'Tomcat
3.3.1' and it works OK.

I downloaded 'mod_jk-3.3-ap13-eapi.so' from:
and copied it into:
/usr/local/apache/libexec

I've read about adding into 'httpd.conf' this line:
Include /usr/local/jakarta-tomcat/conf/tomcat-apache.conf
But there is no 'tomcat-apache.conf' into my $TOMCAT_HOME/conf/
directory.

Wich are the steps I must follow? Thank you very much. P.S.: I could build my own 'mod_jk.so' from sources but I don't've
'mod_so' installed on Apache.
 
I believe tomcat-apache.conf is created dynamically. Have you created the workers.properties file in $TOMCAT_HOME/conf/jk. I have only worked with this on the newer versions Apache 2 and Tomcat 4.0.3
There is a good guide at
Good Luck..getting tomcat running with Apache can be a pain. Because I am running only sevlets (very little static content) on my local machine, I am using Tomcat as a standalone webserver.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top