Re: clustering wicket webapps

2012-02-07 Thread Martin Grigorov
Hi, You may read https://cwiki.apache.org/confluence/x/qIaoAQ page that describes how Wicket stores the pages. Sticky sessions are recommended because REDIRECT_TO_XYZ (see org.apache.wicket.settings.IRequestCycleSettings.RenderStrategy) store the response in a temporary memory store at the node

Re: clustering wicket webapps

2012-02-07 Thread Kayode Odeyemi
Here's another example of IPageStore: https://github.com/wicketstuff/core/blob/master/jdk-1.6-parent/shiro-security/wicket-shiro/src/main/java/org/wicketstuff/shiro/wicket/page/store/SessionPageStore.java On Tue, Feb 7, 2012 at 8:13 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, You may

clustering wicket webapps

2012-02-06 Thread Martin Baez
After considering several alternatives I have choosen wicket. Nowadays I am considering clustering my webapp. Do you hace any recommendation or lecture about clustering in wicket?. why are sticky sessions recommended?, in case of session replication is it necesary to replace the default