Tomcat 3.2 beta 6.  I have a servlet in the ROOT context.  The web.xml file in webapps/ROOT/WEB-INF has this entry:
<servlet>
    <servlet-name>...</servlet-name>
    <servlet-class>MyServlet</servlet-class>
    <init-param>
        <param-name>test</param-name>
        <param-value>here</param-value>
    </init-param>
    ...
</servlet>

From MyServlet I use the servlet's getInitParameter("test") method and it returns null.  When I try to iterate through the parameter names, there are none to iterate through.

What am I doing wrong??

Thanks

--
Paul Hoepfner-Homme
[EMAIL PROTECTED]

OVEN Digital | http://www.oven.com/
 


Reply via email to