Hi

> How can we set init parameter in the web server configuration ?
>
> Basically, I want to get the values something like this, in the init
> method of the servlet
>
> String filename ;
> public void init(ServletConfig config) throws ServletException
> {
>      super.init(config);
>      filename = config.getInitParameter("addressfile");
which Servlet Engine do you use.
With Jserv for apache, you have to edit the zone.properties. Examples
are in there!

Matthias

___________________________________________________________________________
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

Reply via email to