Hi All,
I am using
Tomcat 3.3.1a server and am trying to fetch the initialization params from web.xml file.
I don't know where I am making a mistake but the
servlet is not taking initialization params from the file web.xml.
The directory structure of web.xml file is
D:\Tomcat\jakarta-tomcat-3.3.1a\webapps\ROOT\WEB-INF\web.xml
The directory structure of my servlet class is
D:\Tomcat\jakarta-tomcat-3.3.1a\webapps\ROOT\WEB-INF\classes\Test\ShowMessage.class
The code for web.xml is as follows: