Silviu Popescu wrote:
> <web-app>
>   <servlet>
>     <servlet-name>ShowMsg</servlet-name>
>     <servlet-class>coreservlets.ShowMessage</servlet-class>
>     <init-param>
>       <param-name>message</param-name>
>       <param-value>Shibboleth</param-value>
>     </init-param>
>     <init-param>
>       <param-name>repeats</param-name>
>       <param-value>5</param-value>
>     </init-param>
>   </servlet>
> </web-app>

You don't appear to have a servlet mapping? Are you using the invoker
servlet? If so, the init parameters will have no effect.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to