Integrate Tomcat 4.1.12 to Apache 1.3.22 on ASPLinux

2002-11-27 Thread
Hello everybody I work on ASPLinux 7.2. I installed: - Apache/1.3.22 (Unix) - mod_jk-ap13-1.2.0-1 - tomcat4-4.1.12 and configured: - worker.property: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost

Re: Integrate Tomcat 4.1.12 to Apache 1.3.22 on ASPLinux

2002-11-27 Thread Glenn Nielsen
If you are using mod_jk 1.2 for Apache your Connector on the Tomcat side needs to be Ajp13 instead of Coyote. Here is an example: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10