Re: Exceptions after Tomcat restart

2009-10-04 Thread niaouli
Hi, I finally solved my problem, just uncommenting this line in my Tomcat context.xml file: !-- Uncomment this to disable session persistence across Tomcat restarts -- Manager pathname= / -- View this message in context: http://www.nabble.com/Exceptions-after-Tomcat-restart-tp23194161p25745075

Re: Exceptions after Tomcat restart

2009-06-30 Thread Gwyn Evans
/Exceptions-after-Tomcat-restart-tp23194161p24261895.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Exceptions after Tomcat restart

2009-06-30 Thread Jeremy Thomerson
the module work directory, but it's boring to do this each time I modify the source code. Did you finally find a solution? Thanks -- View this message in context: http://www.nabble.com/Exceptions-after-Tomcat-restart-tp23194161p24261895.html Sent from the Wicket - User mailing list archive

Re: Exceptions after Tomcat restart

2009-06-29 Thread niaouli
a solution? Thanks -- View this message in context: http://www.nabble.com/Exceptions-after-Tomcat-restart-tp23194161p24261895.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Exceptions after Tomcat restart

2009-04-30 Thread Liz Huber
Thanks a lot, Igor! Your hint was very helpful! Am Freitag, den 24.04.2009, 10:03 -0700 schrieb Igor Vaynberg: turn off session persistence in tomcat across restarts. -igor On Fri, Apr 24, 2009 at 4:28 AM, Liz Huber liz.hu...@gmx.com wrote: Hi everybody, our wicket application

Exceptions after Tomcat restart

2009-04-24 Thread Liz Huber
Hi everybody, our wicket application behaves in a strange way. After restarting Tomcat server in Eclipse everything works fine. But after restarting Tomcat server in Eclipse for the second time, Page Expired is shown. Several Exceptions appear in log file, but I don't know, how to get rid of

Re: Exceptions after Tomcat restart

2009-04-24 Thread Igor Vaynberg
turn off session persistence in tomcat across restarts. -igor On Fri, Apr 24, 2009 at 4:28 AM, Liz Huber liz.hu...@gmx.com wrote: Hi everybody, our wicket application behaves in a strange way. After restarting Tomcat server in Eclipse everything works fine. But after restarting Tomcat

Exceptions after Tomcat restart

2009-04-23 Thread Wicket Newbie Wicket Newbie
Hi everybody, our wicket application behaves in a strange way. After restarting Tomcat server in Eclipse everything works fine. But after restarting Tomcat server in Eclipse for the second time, Page Expired is shown. Several Exceptions appear in log file, but I don't know, how to get rid of

Re: Exceptions after Tomcat restart

2009-04-23 Thread Liam Clarke-Hutchinson
Our Eclipse users have varying issues with Tomcat, and I've picked up a couple myself today in Intellij cause by half-assed deployments, although I suspect that's more a Maven issue. /tangent. In Eclipse, for us, it seems to be caused by resources from a earlier deployment still remaining, so

Re: Exceptions after Tomcat restart

2009-04-23 Thread Igor Vaynberg
looks like tomcat is trying to save sessions to disk and restore them on restart. this should be turned off while developing because you change the structure of objects and they cannot always be loaded back. this is a tomcat setting. -igor On Thu, Apr 23, 2009 at 3:19 AM, Wicket Newbie Wicket

Exceptions after Tomcat restart

2009-04-22 Thread Wicket Account Wicket Account