now that we are pretty much on an agreement that jk2 is not
usable on a unix platform, we should concentrate on mod_jk :)
with tomcat 4.1, dev team decided that jk2 is ready and enabled
it on the tomcat side by default (so I heard). The question is:
if I use mod_jk.so on the apache side, do I need to change
anything on the tomcat side to revert the "default" from jk2 to jk?
In particular, look at the following in the default server.xml file:
..
<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8009" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="0"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
-->
..
shall I comment out the first block and uncomment the second block?
John's site www.johnturner.com doesn't mention this, maybe it is an
oversight? Talking to the Coyote/JK2 AJP 1.3 Connector from mod_jk
may just work, or maybe John just is lucky and will run into problem
in the future?
Thoughts?
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|