> I started using Tomcat as servlet engine. Now, I want to set init
> parameters on the server in order to read them during the INIT method
> through the ServletConfig object. Does anyone know how to set them?
Tomcat supports servlet version 2.2. Now you have to use the specify the
init parameters in the web.xml file (also known as the deployment
descriptor). How to specify is given in detail in the servlet specs 2.2
(section 9 & section 13). This method of specifying init parameters is
independant of the servlet container you use.
Regds,
Gokul
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html