users@glassfish.java.net

Re: Can I disable grizzly in v1b14?

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 21 Mar 2007 15:27:00 -0400

Hi,

glassfish_at_javadesktop.org wrote:
> Basically I want to try and experiment.
>
> We have a webservice built on XFire which appears to use HTTPClient.
>
> When it tries to connect to GF v1b14, GF sends it a Status 100, and at that point Xfire freezes up and goes stupid. The socket on GF is in FIN_WAIT1, so clearly the two are out of sync.
>
> I'm wondering if this is a Grizzly issue as this works fine on a generic Tomcat install.
>
> Is there any way to disable Grizzly and go back to Coyote in GF v1b14 so I can see where the problem is?

Yes

add
<jvm-options>-Dcom.sun.enterprise.web.connector.useCoyoteConnector=true</jvm-options>

If that fix the problem, can you try with v2 b40?

Thanks

-- Jeanfrancois


>
> Regards,
>
> Will Hartung
> [Message sent by forum member 'whartung' (whartung)]
>
> http://forums.java.net/jive/thread.jspa?messageID=209279
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>