Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Rob S. wrote: > > public void init() throws ServletException > > { > > Don't you have to do a "super.init()" here? I remember this being a > common problem... > You do not have to if you implement the zero-arguments version of init(). The old problem was when y

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
rlie > > > -Original Message- > > From: Rob S. [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 20, 2001 10:38 AM > > To: [EMAIL PROTECTED] > > Subject: Re: New to servlets2: Parameter > initialisation in web.xml > > > > > > > p

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
If the author supplies a .war file, just drop that into the /webapps directory and restart Tomcat. Everything will expand and you can see exactly what he's doing. Good luck! =) - r On Mon, 20 Aug 2001 16:10:41 +0100 (BST) [EMAIL PROTECTED] wrote: > hi, thanks Rob, Matt, Dim > I have tried ins

RE: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Charlie Cox
ew to servlets2: Parameter initialisation in web.xml > > > > public void init() throws ServletException > > { > > Don't you have to do a "super.init()" here? I remember this > being a common problem... > > - r >

New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread chris hutchings
hi, thanks Rob, Matt, Dim I have tried inserting super.init(); , but it still gives the same results..ie a null. I also restart tomcat after compiling. I have now also tried down loading the authors code – he also supplies the web.xml file But i still cant get it to work. I will check his web pag

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
> public void init() throws ServletException > { Don't you have to do a "super.init()" here? I remember this being a common problem... - r

New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread chris hutchings
hi, the web xml and servlet code are below -thanks for taking the trouble.. http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";> counter InitCounter initial 1000