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
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/missing-css-files-in-jetty-tp4781709p4781709.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to