web.xml reading (?) problem

2001-03-14 Thread Manjul Sahay
Hi, I am using Tomcat 3.1 on RedHat linux 6.0 system. Tomcat is working fine with jsps being served. However, Tomcat does not seem to be reading the web.xml file in the WEB-INF directory of the application contexts. Even for the examples context of tomcat distribution i see a directory listing

Re: web.xml reading (?) problem

2001-03-14 Thread Rob Tanner
Are you talking about the default web.xml in tomcat's conf directory, or an application specific web.xml in your application's WEB-INF directory? Also, is there other evidence that the web.xml file is not beibg read (other specifications that are being ignored)? You might also try setting

RE: web.xml reading (?) problem

2001-03-14 Thread Manjul Sahay
To: [EMAIL PROTECTED] Cc: Manjul Sahay Subject: Re: web.xml reading (?) problem Are you talking about the default web.xml in tomcat's conf directory, or an application specific web.xml in your application's WEB-INF directory? Also, is there other evidence that the web.xml file is not beibg read