users@glassfish.java.net

Re: HTML is loaded not completely

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 18 Jun 2008 14:33:36 -0400

Salut,

do you have any proxy in between that might buffer the response? I
suspect this is not related to 8.2, but that's difficult to be sure. Can
you try Glassfish 9.1 and see if the problem still happens?

Thanks

-- jeanfrancois

glassfish_at_javadesktop.org wrote:
> I have a few web-application deployed on Sun Java System Application Server Platform Edition 8.2u4.
> If I work with the application from a local network, then all work good.
> But when I work with the application from home or other place, then HTML code loaded not completely often, especially if it contains a lot of data. Without a difference either it is static HTML page or it is HTML code generated by JSP page.
>
> I have added following JVM options while resolving some other problems with SJSAS:
>
> <!-- this is to prevent the java.lang.OutOfMemoryError: PermGen space during deployment-->
> <jvm-options>-XX:MaxPermSize=256m</jvm-options>
> <!-- -->
> <!-- additional jvm options to fix file descriptor leak due to sockets not being closed (bug#:6321777) -->
> <jvm-options>-server</jvm-options>
> <jvm-options>-Dcom.sun.enterprise.web.connector.grizzly.useKeepAliveAlgorithm=true</jvm-options>
> <jvm-options>-Dcom.sun.enterprise.web.connector.grizzly.socketSoTimeout=30000</jvm-options>
> <jvm-options>-Dcom.sun.enterprise.web.connector.grizzly.maxKeepAliveRequests=250</jvm-options>
> <jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>
> <!-- end of additional jvm options -->
>
> Maybe I need to configure some properties for resolving this problem?
> [Message sent by forum member 'mikamj' (mikamj)]
>
> http://forums.java.net/jive/thread.jspa?messageID=281091
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>