| Author |
Tomcat 5.0.28 - Apache 2.0.25 using JK2 Config Error
|
Duong Hanh Nguyen
Greenhorn
Joined: Dec 07, 2005
Posts: 5
|
|
Hi all, Please help me. I'm trying to config Tomcat and Apache using JK2 connector on Windows XP. But it doesnt work when I access to the following Url : http://localhost/jsp-examples/ to test the configuration. I did based on the most introduction from internet but till now it doesnt success. The following is the content of the configuration files File http.conf ... LoadModule jk_module modules/mod_jk2.so ... File workers2.properties [channel.socket:localhost:8009] port=8009 host=127.0.0.1 [ajp13:localhost:8009] channel=channel.socket:localhost:8009 [uri:/jsp-examples/*] File jk2.properties handler.list=channelSocket,request channelSocket.port=8009 channelSocket.address=127.0.0.1 File server.xml ... <Connector port="8009" enableLookups="true" redirectPort="8443" debug="0" protocol="AJP/1.3"/> ...
|
 |
 |
|
|
subject: Tomcat 5.0.28 - Apache 2.0.25 using JK2 Config Error
|
|
|