Paul Hoepfner-Homme wrote: > > Just so y'all know, I can use context-params fine, but no > init-params for my servlet work at all. It is useless to define > <init-param> tags in between my <servlet> tags in web.xml because > Tomcat doesn't register them or make them available to my servlet. > Tomcat only makes available <context-param> definitions. Oh well, > that's Tomcat... > > Paul <init-param> works fine for me. One common mistake known to cause problems is having an init method that fails to call super.init(). -- WBB - [EMAIL PROTECTED] Chief Scientist, LANWrights, Inc. Java Programmer Certification information and mock exam at http://www.lanw.com/java/javacert/
- Frustration with getInitParameter Paul Hoepfner-Homme
- RE: Frustration with getInitParameter Kitching Simon
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitPara... William Brogden
- Re: Frustration with getInit... Paul Hoepfner-Homme
- RE: Frustration with getInitParameter Morahg, Yoav
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitParameter Jason Bowman
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitParameter Paul Hoepfner-Homme
- Re: Frustration with getInitParameter Craig R. McClanahan
- Re: Frustration with getInitPara... Bill Brooks
- Re: Frustration with getInitParameter Jason Bowman
- Re: Frustration with getInitParameter Jason Bowman
