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 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) > ----------------------------------- > > My Configurations. > 1. Added the below line in /etc/httpd/conf/httpd.conf > Include /opt/tomcat6/conf/auto/mod_jk.conf > > 2. My /opt/tomcat6/conf/auto/mod_jk.conf > <IfModule !mod_jk.c> > LoadModule jk_module "/etc/httpd/modules/mod_jk.so" > </IfModule> > > JkWorkersFile "/opt/tomcat6/conf/jk/workers.properties" > JkLogFile "/opt/tomcat6/logs/mod_jk.log" > > JkLogLevel emerg > > <VirtualHost localhost> > ServerName localhost > > JkMount /manager ajp13 > JkMount /manager/* ajp13 > > JkMount /docs ajp13 > JkMount /docs/* ajp13 > > JkMount /examples ajp13 > JkMount /examples/* ajp13 > > JkMount /host-manager ajp13 > JkMount /host-manager/* ajp13 > > JkMount /contact ajp13 > JkMount /contact/* ajp13 > </VirtualHost> > > 3. /etc/opt/tomcat6/conf/jk/workers.properties > workers.tomcat_home=/opt/tomcat6/ > > workers.java_home=/usr/java/jdk1.6.0_05 > > ps=/ > > worker.list=worker1 > > worker.worker1.port=8009 > worker.worker1.host=localhost > worker.worker1.type=ajp13 > worker.worker1.lbfactor=1 > > worker.loadbalancer.type=lb > worker.loadbalancer.balanced_workers=worker1 > > worker.inprocess.type=jni > > worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar > > worker.inprocess.cmd_line=start > > worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps) > i386$(ps)classic$(ps)libjvm.so > > worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout > worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr > > > > > > But am not able to trouble shoot where am going wrong. Can anyone please > guide me how to trouble shoot or where is the issue. > > > Thanks, > Madan KN > > > -- > View this message in context: > http://www.nabble.com/Tomcat-6-%2B-Apache-2.2.3-Integration-Problems-tp17343403p17343403.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]