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
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
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
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
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"
# 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
*