Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3117 invoked from network); 12 Jun 2000 21:09:14 -0000 Received: from smtp11.bellglobal.com (204.101.251.53) by locus.apache.org with SMTP; 12 Jun 2000 21:09:14 -0000 Received: from niniche ([64.228.175.176]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id RAA16855 for ; Mon, 12 Jun 2000 17:15:38 -0400 (EDT) Message-Id: <200006122115.RAA16855@smtp11.bellglobal.com> From: "David Duchaine" To: tomcat-user@jakarta.apache.org Date: Mon, 12 Jun 2000 17:07:11 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: config.getInitParameter() returning null value... Reply-to: milkyway@sympatico.ca Priority: normal X-mailer: Pegasus Mail for Win32 (v3.12a) X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi! I checked and re-checked the web.xml file to be assured that init parameters are well defined for my servlet. I'm sure that Tomcat calls the init() method of my servlet but: super.init(config); config.getInitParameter("some_parameter"); still returns null. Is there something missing on my tomcat configuration checklist? t*h*a*n*x David