how to register servlets with Tomcat 5.59 server
Hi guys,
Iam trying to register servlets with the tomcat 5.59 version, so as to associate the initial paramters with a servlet. Tomcat doesn't let you set the initial paramters for servlets that are merely in the servlets folder.. u have to explicitly register the servlet with the server
can u tell me how to do it. i think u have to change the file
C:\jakarta-tomcat-5.5.9\conf\web.xml in order to do that.
pls tell me what changes i need to do in this file. to associate an intial parameter say "password" and "username" with a servlet say "secretServlet"
replies will be very much appreciated
Thanks
:):):)
|