You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/14 00:17:24 UTC

[Bug 3581] - Ctx() : Error creating validation mark - java.io.FileNotFoundException

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3581

cmanolache@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From cmanolache@yahoo.com  2001-09-13 15:17 -------
webxmlval is a mark that the web.xml file has been validated once, so the
expensive operation will not be duplicated.

It is create in the work directory of each app - where you are supposed to be
able to write ( or jsp will fail ). Please check the directory for file
permissions ( and for existence - but if it isn't there the workdir may have
problems ).

I believe it's a configuration problem - please reopen the bug if you have the
right permissions and you still see the problem

( it's nothing bad if the file can't be created, but you'll have problems later
with jsp, so make sure the workdir exists and is writable ).