Re: Tomcat 6 + Apache 2.2.3 Integration Problems

2008-05-20 Thread Brian Martin
Shouldn't your JkMount statements have worker1 as their target? as in: JkMount /manager worker1 JkMount /manager/* worker1 etc etc On Tue, May 20, 2008 at 08:34:10AM -0700, Madan KN wrote: > > Hi, > Am trying to integrate Apache 2.2.3 and Tomcat 6 using mod_jk. > > I have in

Tomcat 6 + Apache 2.2.3 Integration Problems

2008-05-20 Thread Madan KN
Hi, Am trying to integrate Apache 2.2.3 and Tomcat 6 using mod_jk. I have installed the following and working independently fine. -- 1. Apache 2.2.3 2. Tomcat 6. Integrated the mod_jk connector Standard Instructions.(Tomcat Website Instructions) -