David Smith schrieb:
mod_jk doesn't use the HTTP protocol. It uses the AJP13 protocol.
Unless you've done something unusual with your tomcat, the 8080
connector will be talking HTTP, not AJP. Default AJP port is usually
8009, so try 'worker.MyWorker.port=8009' in your workers.properties
fil
mod_jk doesn't use the HTTP protocol. It uses the AJP13 protocol.
Unless you've done something unusual with your tomcat, the 8080
connector will be talking HTTP, not AJP. Default AJP port is usually
8009, so try 'worker.MyWorker.port=8009' in your workers.properties
file. If you've changed