i'm learning servlet these days from Core Servlets andJSPsi've downloaded the source codei've an example that read the init-param from web.xmli don't know what is the problemit can't read the init-param
Can you show us where you get the parameters in yourservlet? Can you show us the piece in the web.xml filewhere this init-param is set? Where is the web.xmlfile? Also, did you shutdown tomcat after making thechange to web.xml?