Multiple Application Servers

2010-03-23 Thread William Chu
Hi, I want to scale my site and run my site on multiple servers. I'm using wicket and I'm concerned if it will work. Since wicket relies on the http session, I'm wondering if I'm able to do so. I'm using StatelessForm for my forms, but is this enough? What are good wicket practices for scaling to

Re: Multiple Application Servers

2010-03-23 Thread Jeremy Thomerson
First place to look is mailing list archives - there are quite a few posts about this. Many are using Tomcat session replication with success. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 23, 2010 at 7:15 PM, William Chu will...@gmail.com wrote: Hi, I want to scale my