fileStoreFolder =
(File)((WebApplication)Application.get()).getServletContext()
                                .getAttribute("javax.servlet.context.tempdir");

                        if (fileStoreFolder != null)
                        {
                                return fileStoreFolder;
                        }

                        try
                        {
                                fileStoreFolder = 
File.createTempFile("file-prefix", null).getParentFile();
                        }


On Thu, Jul 7, 2011 at 9:54 AM, Horacio Natyural
<horacio.natyu...@gmail.com> wrote:
> Hi,
>
> where does Wicket store its disk page store?
> is it in java.io.tmpdir?
>
> if i use glassfish, where will it be placed?
> i can't seem to locate it?
>
> this is where wicket stores serialized pages right?
>
>
> help!
>
> Thanks
> Horacio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



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

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

Reply via email to