Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-19 Thread brian bay
sorry I failed to mention that I was running tomcat5.5.17... minor details. On 9/15/06, Rob Tanner <[EMAIL PROTECTED]> wrote: Mark, Thank you. That took care of the problem. -- Rob On 09/15/2006 05:28 PM, Mark Thomas wrote: Rob Tanner wrote: Brian, Adding the parameter you suggest

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread Rob Tanner
Mark, Thank you.  That took care of the problem. -- Rob On 09/15/2006 05:28 PM, Mark Thomas wrote: Rob Tanner wrote: Brian, Adding the parameter you suggest generates a java.lang.ClassNotFoundException: org.apache.jk.config.ApacheConfig. Where should I find the jarfile conta

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread Mark Thomas
Rob Tanner wrote: > Brian, > > Adding the parameter you suggest generates a > java.lang.ClassNotFoundException: org.apache.jk.config.ApacheConfig. > Where should I find the jarfile containing that class? It's new to me > and I know I'm not using that listener in my install of Tomcat-4.1.31 on

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread Rob Tanner
Brian, Adding the parameter you suggest generates a java.lang.ClassNotFoundException: org.apache.jk.config.ApacheConfig. Where should I find the jarfile containing that class? It's new to me and I know I'm not using that listener in my install of Tomcat-4.1.31 on another machine. And whe

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread brian bay
Do you have a Listener set up in your tomcat server.xml? Inside of modJk="/usr/lib/apache2/modules/mod_jk.so" workersConfig="/etc/apache2/workers.properties"/> I placed my workers.properties file in the apache dir. Inside of port="8080"

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread Martin Gainty
# Defines a worker named "remote" that uses the ajpv13 protocol to forward requests to a Tomcat process in workers.properties worker.remote.type=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 *