hello,

I have the following lines in my web.xml file

<servlet>
    <servlet-name>
        jsp
    </servlet-name>
    <servlet-class>
        org.apache.jasper.runtime.JspServlet
    </servlet-class>
    <init-param>
        <param-name>jnw</param-name>
        <param-value>salutjeannoel</param-value>
    </init-param>
    <load-on-startup>
        -2147483646
    </load-on-startup>
</servlet>

I create a jsp file with the following line:
    out.println(config.getInitParameter("jnw"));
and this return me 
    null
I use Tomcat 3.2 and my before with Tomcat 3.1 it was running fine.

can anybody help me?

thanks

Jean-Noel WALLEZ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to