I have J2EE application. I am using
in my web.xml file. Now if I deploy the application on the app. server can I change the value of
without redeploying the application again.
Thanks
Code:
<init-param>
<param-name>first</param-name>
<param-value>value is</param-value>
</init-param>
Code:
<param-value>value is</param-value>
without redeploying the application again.
Thanks