That is what I thought too. But apparently Tomcat cannot see the file at
/webapps/<my application>/WEB-INF/web.xml. I know because I tried to put bad
syntax in the file to see if it would report it on loading. It has no
problem seeing /webapps/ROOT/WEB-INF/web.xml . I tried the same experiment
there (putting bad syntax in the .xml file) and startup.sh reported the
errors.

Any other suggestions?

Noble
----- Original Message -----
From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Noble Long" <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 3:43 PM
Subject: Re: web.xml problems


> Sounds like a case issue... Remember windows is case-preserving but not
> case-sensitive... most half decent o/s's (like linux) are both
> case-preserving _and_ case sensitive (o:
>
> cheers
> dim
>
> On Wed, 22 Aug 2001, Noble Long wrote:
>
> > I am trying to configure a java web server using jakarta-tomcat-3.2.3 on
Red
> > Hat 6.2. I am recieving a ConfigFileNotFoundException when I try to
access
> > my page. I have the WEB-INF/web.xml properly configured. I know it's
right
> > because it works fine from my windows environment. I even tried copying
my
> > web.xml file to /conf/web.xml to replace the default. Is there any
reason
> > why Java can't find the System.getProperty("ENVFile") from Tomcat?
> >
> > Thanks,
> > Noble
> >
> >
> >
>


Reply via email to