Dear usergroup,

I am linking with JK2 using tomcat5 and having some problems with my
tomcat/conf/server.xml

I have a tutorial for tomcat4 (best one I could find) and in it the
following instructions are specific for tomcat4 however I want to make
the changes to use tomcat5. 

---start tutorial segment----

Now look for a line that says 

<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"
autoDeploy="true">  


Just below that line, add the following: 

<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true" forwardAll="false"
modJk="c:/apache/Apache2/modules/mod_jk-2.0.43.dll" />  

----end tutorial ----

The line className="org.apache.ajp.tomcat4.config.ApacheConfig" is
specific and I do not know how to specify the right file. 

Any pointers or server.xml would be appreciated.

<<more info on setup>>
Tomcat 5.0 
Apache 2.0
Mod_jk2-2.0.43.dll


Thank you in advance,

Brennon


-----Original Message-----
From: batpurev [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 20 January 2004 8:36 PM
To: 'Tomcat Users List'; 'Anantharam S'
Subject: RE: Linking tomcat with apache


Hi Ananthram,

The link you provided is real help 

Cheers,
Purvee

-----Original Message-----
From: Anantharam S [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 5:42 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Linking tomcat with apache

Hi 

I had the same problem regarding linking tomcat with apache, i found
this great site by John Turner

http://johnturner.com/howto/apache-tomcat-howto.html

It talks about all possible configurations of tomcat and apache linking
on all platoforms, by far the best link i have seen :)

thanks
ananth



---------------------------------------------------------------------
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