Hi Ranchers,
I am not able to fetch
servlet config init parameters for my
JSP's servlet.
Here is my DD entry for my JSP's servlet:
and here is my
test JSP:
The following output of JSP comes in browser when I try to access it:
---------------------------------------------------------
Config Params:
lsInitParamName = [fork] lsInitParamvalue = [false]
lsInitParamName = [xpoweredBy] lsInitParamvalue = [false]
---------------------------------------------------------
I am using
Tomcat 5.0 and above two parameters 'fork' / 'xpoweredBy' are being set automatically by tomcat!!
Could anyone please see where / what I am doing wrong to get init parameters? What do I need to fetch init parameters that I have specified in the DD for my JSP?
Thanks!
[ May 08, 2005: Message edited by: Anand Wadhwani ]