Re: Wicket Sessions and Load Balancing

2011-02-04 Thread Setya
Hi, I'm experiencing the same problem, only I use mod_jk. How did you solve the problem ? Thanks Regards, Setya -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Sessions-and-Load-Balancing-tp2274552p3259914.html Sent from the Users forum mailing list

Re: Wicket Sessions and Load Balancing

2010-07-02 Thread Erik van Oosten
Steven, Have you tried to enforce creation of a session on the home page? A WebSession.get().bind() in the homepage will do the trick. This only makes a difference when your homepage is stateless. Regards, Erik. 2010/7/1 Steven Haineslyg...@yahoo.com My guess is that when the homepage

Re: Wicket Sessions and Load Balancing

2010-07-01 Thread nino martinez wael
Hi Steven Unfortunately I havent been using the proxy for balancing for a while now.. But I know it works flawlessly with mod_jk, and if your using jetty you can also get that running. http://docs.codehaus.org/display/JETTY/Configuring+AJP13+Using+mod_jk . Otherwise i'd go to the httpd forum