and that they are not removed is because i guess you don't terminate jetty
correctly
you just shoot it down when developing.

But i will test why the unbind doesn't seem to work in all cases then.

johan


On 2/24/07, Johan Compagner <[EMAIL PROTECTED]> wrote:

i never changed that it was always the work dir of the container by
default.

Its just the place where webapps should write there temp files but
The question is why is it suddenly project root?? It shouldn't be that it
should
really be the work dir the container provides for that webapp.

Under tomcat isn't in the root. It is in the work dir you specify or
in the default work dir tomcat\work\Catalina\localhost\webappname

johan


On 2/24/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> I noticed you recently changed the temp dir from the regular os temp
> dir to the temp dir the servlet container provides. The problem with
> the latter is that it seems to be the root of the project when you're
> developing so I'm having all this crap in my projects now (indeed they
> are not removed). Can't we just go back to using the os temp dir? Are
> there any advantages to using the servlet container temp dir?
>
> Eelco
>
> On 2/24/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > need to check it out then why the unbind() doesn't delete everything
> > But first i need to port the current changes from 1.3 to 2.0
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to