RE: Problem With Params In Web.xml

2002-06-07 Thread Aline
Hi, Try to init your parameters like yhis : web-app context-param param-nameconfigFile/param-name param-value/WEB-INF/conf.xml/param-value descriptionpath .../description /context-param servlet

RE: Problem With Params In Web.xml

2002-06-07 Thread Shapira, Yoav
Howdy, Can you post your init() method? Does getServletConfig().getInitParameter(message) return null? What does getServletConfig().getInitParameterNames() return? Yoav Shapira Millennium ChemInformatics -Original Message- From: Marek, Tomas [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Problem With Params In Web.xml

2002-06-07 Thread Marek, Tomas
[mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:11 PM To: Tomcat Users List Subject: RE: Problem With Params In Web.xml Howdy, Can you post your init() method? Does getServletConfig().getInitParameter(message) return null? What does getServletConfig().getInitParameterNames() return? Yoav

RE: Problem With Params In Web.xml

2002-06-07 Thread Greg Trasuk
Tomas: How are you invoking the servlet? If you don't have a servlet-mapping element in your web.xml (I don't see one in what you posted, but I realize you might have posted an extract) and you're accessing it using something like http://localhost:8080/App/servlet/examples.ShowMessage,