posted 18 years ago
What ever the <init-param> values you put in the web.xml( When the container initializes a servlet, it makes SevletConfig. The container reads the servlet init parameters from the deploymenet Descriptor and gives them to the servletconfigm, it passes it to the init()
SCJP 1.4 & 1.5, SCWCD 1.5. Learn and Let Learn.