On Fri, Mar 26, 2004 at 08:51:54AM -0500, [EMAIL PROTECTED] wrote: > hi guys, > I am trying to hook up my tomcat 4.1.29 with the Apache 2.0.49 server (running > mod_ssl if that makes any difference) with the mod_jk2 2.0.2 version. I downloaded > the mod_jk2 source and built it on my own for linux. > Everything works fine - I can get to tomcat JSPs and Servlets (using struts in > tomcat by the way). But what I notice is if the response is larger than 8K, the > mod_jk2 connector in apache is logging an error and throwing away the response on > the floor.
It looks like a fundamental limitation of the AJP1.3 protocol: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/common/AJPv13.html#Questions%20I%20Have G -- One of my most productive days was throwing away 1000 lines of code. -- Ken Thompson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
