users@glassfish.java.net

Re: Troubles with Applet when load-balander is enabled

From: Kshitiz Saxena <Kshitiz.Saxena_at_Sun.COM>
Date: Mon, 22 Feb 2010 20:21:13 +0530

Hi,

When url rewriting is enabled, then application server must ensure that
urls in response even have JROUTE parameter as part of it. All urls in
response must be generated using API,
HttpServletResponse.encodeURL(...). Applet must use urls present in
response for subsequent requests.

Thanks,
Kshitiz

On Monday 22 February 2010 07:07 PM, glassfish_at_javadesktop.org wrote:
> Ah, thanks for the hint.
> However, will the load-balancer rewrite the session ID again, or is it enough for the applet to simply append the value obtained by session.getID()?
>
> Thanks, Clemens
>
> btw.: how can that be I can edit your posts?
> [Message sent by forum member 'linuxhippy' (linuxhippy_at_gmail.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=387998
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>