I tested it a couple of times, and the product I'm working on needs to
be deployed in a clustered environment (with Wicket). However, having
an automated cluster test is one of our to-dos. It would be awesome if
someone could set such a thing up, preferably in such a way that it
can just be checked out from SVN an get it working without too much
hassle.

As a side note, if you want to see what round-robin clustering would
mean for you application, turn on the HttpSessionStore logger, e.g. in
log4j:

log4j.logger.wicket.protocol.http.HttpSessionStore=INFO

There are also a couple of options in Wicket which affect the way it
clusters, most notably the render strategy. And there's a whole bunch
of possible optimizations possible too, unfortunately not documented
outside the javadocs ifaik.

Eelco


On 3/31/06, Tom van Zummeren <[EMAIL PROTECTED]> wrote:
>
>
>
> I was wondering…
>
>
>
> Does anyone have any experience with Wicket in a clustered environment?
>
> If yes, please tell me your experience with it.
>
>
>
> Thanks in advance,
>
>
>
>
>
> Tom
>
>
> --
>  No virus found in this outgoing message.
>  Checked by AVG Free Edition.
>  Version: 7.1.385 / Virus Database: 268.3.3/298 - Release Date: 3/30/2006
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to