Re: getInitParameter() throws an exception .....

2001-12-11 Thread Craig R. McClanahan
On Wed, 12 Dec 2001, Etienne Deleflie wrote: > Date: Wed, 12 Dec 2001 15:11:21 +1100 > From: Etienne Deleflie <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: getInitParameter() throws an exception . > >

getInitParameter() throws an exception .....

2001-12-11 Thread Etienne Deleflie
Hello all, I am using tomcat 4.0.1 (and jdk1.3.1) In my servlet, the getInitParameter() throws an NullPointerException ...(stack trace below)... . but where is the null pointer ? code is String path = getInitParameter("properties"); Is there something wrong with my declarati