1 Reply Latest reply on Oct 17, 2003 3:43 PM by gdagley

    Broken HTML when using mod_jk

      When we connect to JBoss/Tomcat through mod_jk from Apache, we occasionally get broken or incomplete html. It never happens when connecting to Tomcat alone.

      Has anyone experienced this?

        • 1. Re: Broken HTML when using mod_jk
          gdagley

          This is the error message we are seeing in the mod_jk.log when this happens.

          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (804)]: received from ajp13 #12
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (804)]: received from ajp13 #8188
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (804)]: received from ajp13 #12
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (804)]: received from ajp13 #8188
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (804)]: received from ajp13 #12
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (1052)]: ERROR sending data to client. Connection aborted or network problems
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (1303)]: ERROR: Client connection aborted or network problems
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (1529)]: Into jk_endpoint_t::done, closing connection 0
          [Thu Oct 16 16:38:30 2003] [jk_ajp_common.c (605)]: In jk_endpoint_t::ajp_close_endpoint

          Anyone else seen this?