0 Replies Latest reply on Jul 16, 2003 9:41 AM by bentzy

    JBoss add Content-Length header to Tomcat response??

    bentzy

      Hi.
      My setup is JBoss-3.2.0RC4_tomcat-4.1.18 + jk + customized Apache.

      I have to receive a string formatted at my servlet and process it at Apache.

      If I run tomcat-4.1.18 (running ./catalina.sh from the tomcat folder)+ jk + Apache
      then
      I receive at Apache the string I formatted at my servlet, AS-IS.

      BUT,
      If I run JBoss (+ embedded Catalina),
      then
      a Content-Length header is added to the string I formatted at my servlet and is passed back to Apache.

      How can I avoid JBoss to add this extra header and pass to jk connector the string exactly as I format it at my servlet???

      Thanks.

      bentzy.