http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0
/src/jakarta-tomcat-connectors-jk-1.2.0-src.tar.gz

- untar it

- go to jk/native directory

- use configure :

   ./configure --with-apxs=/your/path/to/apache2/apxs

- make the stuff

   make

- copy the mod_jk.so to apache 2 module dir

   cp apache-2.0/mod_jk.so /your/path/to/apache2/modules

-  Put in httpd.conf

   LoadModule jk_module /your/path/to/apache2/modules/mod_jk.so
   JkWorkersFile /your/path/to/apache2/conf/workers.properties
   JkLogFile     /your/path/to/apache2/logs/mod_jk.log
   JkLogLevel    error

   JkMount /*.jsp ajp13
   JkMount /servlet/*.jsp ajp13

   JkMount /examples/*.jsp ajp13
   JkMount /examples/servlet/*.jsp ajp13

I think this was the version that worked for me using apache2.0.48 and
tomcat4 and/or tomcat5
Hope this helps.
Kevan

-----Original Message-----
From: Myles Moutoux [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2004 15:42
To: Tomcat Users List
Subject: Apache 2 Tomcat 5 connector location and configuration


I have been using both Tomcat and Apache for a couple of year now and 
finding and configuring the connector continues to be the most 
frustrating  thing that I have ever encountered. I am running Apache 
2.0.49 and Tomcat 5.0.19 on a Suse 8.0 server. I have both Apache and 
Tomcat working independently and have reached this point without any 
problem. Now, I'm trying to figure out how to connect the two together. 
Initially, I intended to install the binary version of the JK2 connect. 
Unfortunately, the only connectors that seem to be available are for 
Fedora, Suse 9, and Suse PPC. Does anyone know where the connectors for 
other linux platforms are located? Does anyone have a functional 
configuration that I could use as an example. I've looked at the John 
Turner howto and unfortunately he hasn't look at tomcat 5 yet.

Maybe one of these days the apache and tomcat developers will begin 
communicating with each other on a regular basis and develop an easy to 
install and configure connector that is always up to date with the 
current releases. One can only hope.


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


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

Reply via email to