Re: web.xml file isn't read by server ( I think .. )

2007-11-11 Thread Silviu Popescu
Thanks a lot. You were right, I was using the invoker servlet. I've added the mappings and it worked. Mark Thomas <[EMAIL PROTECTED]> wrote: Silviu Popescu wrote: > > > ShowMsg > coreservlets.ShowMessage > > message > Shibboleth

web.xml file isn't read by server ( I think .. )

2007-11-11 Thread Silviu Popescu
Hi, I am having the following problem: I'm trying to access some parameters (e.g: "message") defined in web.xml file but they are not seen in servlet class; My servlet works fine in the rest. (I invoke it : http://localhost/servlet/coreservlets.ShowMessage ) $CATALINA_HOME/webapps/ROOT/WEB-I