Definitely sounds like tmpwatch.
You can also create a "work" directory in ${jetty.home} and Jetty will use that for unpacked apps. Read more here:
http://wiki.eclipse.org/Jetty/Reference/Temporary_Directories


On Sat, 10 Sep 2011 23:25:20 +0200, Cezary Biernacki <cezary...@gmail.com> wrote:

Hi,
if you are running on Linux, maybe 'tmpwatch' removed the file.

By default Jetty unpacks WARs to /tmp, and on many Linux distributions
'tmpwatch' is executed from a cron job to remove files from /tmp that were not accessed for some time. In such case, you can disable either tmpwatch or
change 'java.io.tmpdir' settings for JVM that is used by Jetty.

Best regards,
Cezary




On Thu, Sep 8, 2011 at 10:34 AM, angelochen <angelochen...@yahoo.com.hk>wrote:

Hi,

I have this:
@Import(stylesheet = {"context:/css/sample.css"})
and it runs quite well, but a few days later, we got:
/assets/1.0-SNAPSHOT/ctx/css/sample.css. Reason: file not found. however,
this one still accessible:
/assets/1.0-SNAPSHOT/tapestry/default.css

difference is /ctx/css and /tapestry

this happens in jetty, i do not try tomcat, why? fix? Thanks,

Angelo

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

Reply via email to