L
Linda van der Pal
Does anybody know how to make that coupling?
I know I need a connector, and I have downloaded jk and put it in the
right directory (the modules directory in the Apache home directory).
I found several howto's on doing it, but they are all written for
Tomcat 4.x. I tried them and it didn't work.
The latest one I tried involved adding a listener: <Listener
className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="C:\Program Files\Apache Software Foundation\modules\mod_jk.dll"
/> (this one is for the server and there is another one for the host)
The problem is that that class can't be found. I looked in the Tomcat
5.0 API and it still lists that class.
Does anyone know how to solve this or where I can find a jar with the
class I need?
I know I need a connector, and I have downloaded jk and put it in the
right directory (the modules directory in the Apache home directory).
I found several howto's on doing it, but they are all written for
Tomcat 4.x. I tried them and it didn't work.
The latest one I tried involved adding a listener: <Listener
className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="C:\Program Files\Apache Software Foundation\modules\mod_jk.dll"
/> (this one is for the server and there is another one for the host)
The problem is that that class can't be found. I looked in the Tomcat
5.0 API and it still lists that class.
Does anyone know how to solve this or where I can find a jar with the
class I need?