Hi, does anyone know what is the equivelant of this solution that would work with tomcat? We have the same problem using Wicket 1.2.6 with Tomcat 5.5.25, and the info at http://cwiki.apache.org/WICKET/tomcat-clustering.html doesn't really work.
We do a simple test with 2 tomcats behind an Apache (using mod_jk) and sessions do not replicate correctly from one tomcat to the other. Any help would be welcome... Bushby wrote: > > Thanks for the push in the right direction. I believe we have the problem > solved. We needed to add a session-descriptor in the weblogic.xml file. > > <session-param> > <param-name>PersistentStoreType</param-name> > <param-value>replicated_if_clustered</param-value> > </session-param> > > Again thanks for the quick response. You helped save the wicket project. > It was hours from going to struts because of time issues. > > > > Bushby wrote: >> >> The home page gets displayed and the only 2 things on the page are links >> to other pages. One of the links goes to a page with 2 TextFields, 2 >> DatePickers, and a button. The other page has fields to capture typical >> credit card information. The form for this page has a Spring service but >> it does not hold reference. It asks the application for the bean. All >> pojo's are Serializable. >> >> >> >> Matej Knopp-2 wrote: >>> >>> Also, are you sure everything on you page and in session is >>> serializable? >>> >>> -Matej >>> >>> On 9/26/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: >>>> > I am having trouble with a wicket application returning page expired >>>> when any >>>> > link or button is clicked on. When the application is deployed on a >>>> server >>>> > with an Apache Weblogic integration the application works fine. When >>>> the >>>> > application is deployed on a server with an Apache Weblogic cluster >>>> all >>>> > links and buttons return page expired. I am using Wicket 1.2.6 and >>>> JDK 1.4. >>>> > The wicket application is also integrated with hibernate and Spring. >>>> Any >>>> > help would be greatly appreciated. >>>> >>>> Do you use sticky sessions? Make sure the HttpSession gets replicated. >>>> >>>> Eelco >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Page-Expired-Clustering--tp12892290p15306703.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
