I have read the posts on chunking not being able to be disabled in tomcat
5.5.x.  This is unfortunate.  However, I am not setting or writing the
reponse code, axis2 1.3 is.  I have disabled chunking in axis2 as
recommended by commenting out the transfer endoding like below.  However,
the responses are still coming back chunked.  I am not sure if tomcat 5.5.23
is overriding the headers that axis2 is setting or if something else is
going on.  Anyone have any ideas or suggestions?  

My apologies if this is not a tomcat 5.5.x issue.  The documentation I
followed for axis2 at http://wso2.org/library/209

<transportSender name="http"
                    
class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
        <parameter name="PROTOCOL">HTTP/1.1</parameter>
        <!--<parameter name="Transfer-Encoding">chunked</parameter>-->
</transportSender>

Thank you,
Joe
-- 
View this message in context: 
http://www.nabble.com/Chunking-in-Tomcat-5.5.23-w--Axis2-1.3-tf4636460.html#a13241335
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to