• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

web.xml in 3.3.1a

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
reply
    Bookmark Topic Watch Topic
  • New Topic