users@glassfish.java.net

Re: How to disabled chunked transfer encoding with glassfish in JSF/JSP

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 25 Feb 2008 21:34:21 -0500

Hi,

glassfish_at_javadesktop.org wrote:
> Hi,
>
> I would like to know how do i configure glassfish to disable / enable transfer-encoding = chunked?

add in domain.xml under the http-listener (port):

<property name="chunkingDisabled" value="false"/>

or just execute:

${glassfish.home}/bin/asadmin set server.http-service.http-listener \
.http-listener-1.property.chunkingDisabled=false

Thanks

-- Jeanfrancois

>
> Thanks a lot!
> Orlando Agostinho
> [Message sent by forum member 'oagostinho' (oagostinho)]
>
> http://forums.java.net/jive/thread.jspa?messageID=260902
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>