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/

Reply via email to