I'm willing to claim that the Tomcat 3.3 Coyote adaptor is now Alpha quality (probably actually Beta, but I want to run some more tests before going out on that limb). To test it, you first need to check-out j-t-c, and then build (in order): - util - coyote - http11
>From the ${j-t-c}/http/build/lib dirctory: - copy tomcat33-resource.jar to $TOMCAT_HOME/lib/common - replace $TOMCAT_HOME/lib/common/connector_util.jar with tomcat_util.jar - copy tomcat-http11.jar to $TOMCAT_HOME/lib/container - copy tomcat33-coyote.jar to $TOMCAT_HOME/lib/container Add the line to $TOMCAT_HOME/conf/modules.xml: <module name="CoyoteConnector" javaClass="org.apache.coyote.tomcat3.CoyoteInterceptor" /> In $TOMCAT_HOME/conf/server.xml, s/Http10Connector/CoyoteConnector/. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>