Hi Rancher,
Cud anybody tell me where i cud put context-param in the deployment descriptor,
i tried to put inside
servlet tag but it does not work like this
<servlet>
<servlet-name>ServletDemo</servlet-name>
<servlet-class>servletDemo</servlet-class>
<context-param>
<param-name>MyParam</param-name>
<param-value>MyParamValue</param-value>
and i tried to put under web-app also , it does not work out like this
<web-app>
<context-param>
<param-name>MyParam</param-name>
<param-value>MyParamValue</param-value>
</context-param>
<web-app>
. so cud u tell what is location to put the contxt-param .and i am getting the error on cmd prompt saying we cud not put the context param in servlet or some times server does not start.so what cud be problem
thanks in advance
..gaurav