Avatar of COMPSUPP
COMPSUPP

asked on 

Configuring Tomcat5.5 and Apache 2

Hello,

I have Tomcat5.5 and apache 2 set up on a linux machine and am trying to configure them to talk to each other. I found a fairly easy to understand guide here: http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html but it is for tomcat 4.1.1.2

It says I have to add the following code below to the tomcat server.xml file. Should I simply replace where it says tomcat4 with tomcat5.5, or will this fail ?

I am using the jk_module mod_jk-1.2.27-httpd-2.0.61.so

Thanks
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>

Open in new window

Java App ServersApache Web Server

Avatar of undefined
Last Comment
Mick Barry

8/22/2022 - Mon