Hi !
How can I set more than 1 context-parameter in the WEB.XML file. I do this:
<context-param>
<param-name>serverIp</param-name>
<param-value>192.168.2.3</param-value>
<description>MT web application</description>
<param-name>jobType_1</param-name>
<param-value>01.</param-value>
<description>MT web application</description>
</context-param>
, but when I ask this parameter's value's in JSP I get NULL ! If I use only
one context-parameter no problem....
Anybody can help me?
- web.xml Loflin, Charles
- web.xml Loflin, Charles
- RE: web.xml Jeff Walker
- RE: web.xml Jann VanOver
- Using JSP regardless of URL? David M. Rosner
- web.xml Mike Alba
- Re: web.xml Arkadiy Belousov
- Re: web.xml Jamil Dimassi
- web.xml JeremyRayYoo
- Re: web.xml Luba Powell
- Re: web.xml Zsolt Horvath
- Re: web.xml Dmitri Colebatch
- web.xml Ruben Domene
- RE: web.xml Jann VanOver
- RE: web.xml Ruben Domene
- RE: web.xml Jann VanOver
- web.xml Pekn�k Jan
- RE: web.xml Andy Eastham
- web.xml Vladimir
- Re: web.xml Phillip Morelock
- RE: web.xml Vladimir
