2010/12/16 Jess Holle <je...@ptc.com>:
> Has anyone seen issues with JSPs that are present in an expanded web app
> directory (i.e. deployed with an XML file pointing to a directory in WAR
> layout rather than as a WAR) being found by Tomcat for a long time, weeks
> even, and then suddenly no longer being found thereafter?
>

What are the symptoms? just 404? class not found (500) ?

Tomcat 6 will return 404 if the webapp is unavailable (undeployed, stopped).
Maybe that is your cause?


In the changelog there is
"When development mode is enabled and a JSP is deleted, ensure next
request for that JSP is consistent with the JSP having been removed."
in 6.0.21 (r832102)
http://www.mail-archive.com/dev@tomcat.apache.org/msg35608.html

Best regards,
Konstantin Kolinko

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

Reply via email to