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.
