You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by shetc <sh...@bellsouth.net> on 2012/09/26 15:27:17 UTC

RE: Page serialization filling up disc space

Hi All,

Is there an "official" answer to Johan's last questions? That is, how do you
determine which files can be deleted from the wicket file store?

Thanks,
Steve



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Page-serialization-filling-up-disc-space-tp3588690p4652375.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Page serialization filling up disc space

Posted by shetc <sh...@bellsouth.net>.
Thanks Martijn and Martin for such rapid replies. This is was Wicket is the
best 



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Page-serialization-filling-up-disc-space-tp3588690p4652379.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Page serialization filling up disc space

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Wicket creates a sub-folder for each http session and uses its id as
folder name.
If your servlet container provides means to list all active sessions
then you can safely delete all folders for non-listed ones.

Wicket removes such folders when an http session is invalidated. For
some reason this is not the case at your place.

On Wed, Sep 26, 2012 at 4:27 PM, shetc <sh...@bellsouth.net> wrote:
> Hi All,
>
> Is there an "official" answer to Johan's last questions? That is, how do you
> determine which files can be deleted from the wicket file store?
>
> Thanks,
> Steve
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Page-serialization-filling-up-disc-space-tp3588690p4652375.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Page serialization filling up disc space

Posted by Martijn Dashorst <ma...@gmail.com>.
On Wed, Sep 26, 2012 at 3:27 PM, shetc <sh...@bellsouth.net> wrote:
> Is there an "official" answer to Johan's last questions? That is, how do you
> determine which files can be deleted from the wicket file store?

Any file that is last modified longer ago than your session timeout.
Probably you are safe deleting anything older than 24 hours.

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org