You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by amit <am...@realityinfo.com> on 2001/04/11 06:03:43 UTC

Access to web.xml

Hi,

I'm running a site based on JSP , using tomcat 3.2.1 and Apache 1.3.12 on
Windows.
With this reference


(1)
During run time , can  a JSP page from *same* web application context
can read web.xml file of my web application (which will be located at
TOMCAT_HOME\webapps\myapp\web-inf\web.xml) ?

(2)
During run time , can  a Java application (running on the same machine)
class can read web.xml file of my web application (which will be located at
TOMCAT_HOME\webapps\myapp\web-inf\web.xml) ?

TIA
Regards,
-Amit.