Ok, well, one technique you might use to diagnose what's happening here
is to use some tool for monitoring I/O operations, like "truss" on
Solaris, or "FileMon" on Windows.  You can search for references to that
file name, and it will tell you what directories it is looking in.
Hopefully that will give you a clue to why it's not finding it in the
directory you expect.

> -----Original Message-----
> From: Dufresne, Marc [mailto:[EMAIL PROTECTED]
> 
> the lower case is an artefact of GNV (BASH shell for OpenVMS)
> The actuall directory name *IS* in caps
> when watching JSPC do it's file search up the tree, it does in fact
find
> the directory porperly.
> 
> next?
> 
> -----Original Message-----
> From: Karr, David [mailto:[EMAIL PROTECTED]
> 
> Normal behavior.  You need to change "web-inf" to "WEB-INF".
> 
> > -----Original Message-----
> > From: Dufresne, Marc [mailto:[EMAIL PROTECTED]
> >
> > I'm doing a simple test to compile the checkbox JSP from the TOMCAT
> > examples with the -webinc switch
> > The JAVA and XML files are properly generates but jasper complains
> > (unexpectedly ) that the web.xml file is no found
> > here is  the output fragment:
> > 2003-04-04 04:21:34 - uriRoot implicitly set to
> > "/dsa1/apache/jakarta/tomcat/web
> > apps/examples"
> > 2003-04-04 04:21:34 - Internal Error: File /WEB-INF/web.xml not
found
> >
> > Check the web.xml file is really there:
> >
> > bash$ pwd
> > /dsa1/apache/jakarta/tomcat/webapps/examples/web-inf
> > bash$ ls
> > classes  jsp  web.xml
> > bash$
> >
> > OK, spurious or normal behaviour ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to