how do you stop tomcat when you stop it (if you do that)
Make sure that you never kill tomcat, If you do that then you have to delete
the dirs yourself.

But maybe somehow there is a loophole that stops us from deleting the file.


On 9/24/07, Benjamin Ernst <[EMAIL PROTECTED]> wrote:
>
> First of all: thanks for your help!
>
> Do you have any idea how to find that out? Where can I see how and when
> wicket tries to delete the session?
>
> Benjamin
>
> 2007/9/24, Eelco Hillenius <[EMAIL PROTECTED]>:
> >
> > > we have a problem with the sessions that wicket stores in the
> > filesystem. It
> > > seems that the sessions that are stored here
> > > "[TOMCAT-DIR]\work\Catalina\[HOST]\[WEB-APP-NAME\sessions\" are not
> > deleted
> > > after they are no longer in use. The size of this directory is now
> grown
> > to
> > > 2.5Gb, which is way too big. Is there a way to let wicket delete old
> > > sessions?
> > >
> > > We are using wicket 1.3-beta2 with Apache Tomcat 5.5.23.
> >
> > Hmmm. You should try to find out why they aren't being deleted. We
> > sure do our best!
> >
> > Btw, if you upgrade to beta 3, you'll get a more efficient page store
> > implementation as the default.
> >
> > Eelco
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to