DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38340>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38340 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-23 19:02 ------- (In reply to comment #5) > Committed to trunk as r371013 > (http://svn.apache.org/viewcvs.cgi?rev=371013&view=rev) and proposed for > backport as r371014 (http://svn.apache.org/viewcvs.cgi?rev=&view=rev). Thank you, Ruediger! I have a small comment on reproducing the problem. default connector in Tomcat 4.1 is org.apache.coyote.tomcat4.CoyoteConnector which works ok. To reproduce the problem you have to use org.apache.ajp.tomcat4.Ajp13Connector. This is a part of server.xml as of jakarta-tomcat-4.1.31-src.tar.gz: <!-- 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"/> --> So you need to comment out the first connector and uncomment the second one. After that any access (even 404) will cause the problem. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]