----- Original Message -----
From: "Bo Xu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>

[snipped]
> - ServletContext.getInitParameter(...)
>    I am not sure where I can define it and which tag I can use to define
it?
>    % in TOMCAT_HOME/conf/server.html  ? OR  in WEB-INF/web.xml ?
>    % which "tag" I can use?

It will be in web.xml
The DTD description in 2.2 spec has the following description

<!--
The context-param element contains the declaration of a web
application's servlet context initialization parameters.
-->
<!ELEMENT context-param (param-name, param-value, description?)>


Regds,
Gokul

>
> Bo
> June 17, 2001

___________________________________________________________________________
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