[EMAIL PROTECTED] wrote:
> This webapp writes some reports under ($TOMCAT_HOME/webapps/ABCReports)
> When The reports is ready, an URL acces attempt on
> http://localhost/ABCReports/report.html give me an 404 error.
> In the manager when I reload the "ABCReports" context, the same URL is
> OK.
> 
> Any ideas ? 
> 
> *********ABC context.xml
> <Context antiJARLocking="true" antiResourceLocking="true">
> </Context>

This causes the app to be copied to the work directory and read from
there. Anything you write to you web app won't have been copied, hence
the 404. The reload causes the files to be recopied.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to