- From: Christopher William Turner <cwturner@cycom.co.uk>
- Date: Wed, 09 Feb 2000 21:10:21 +0000
- To: "Mikael Petterson (BCS)" <Mikael.Petterson@edt.ericsson.se>
- CC: "'www-jigsaw@w3.org'" <www-jigsaw@w3.org>
Its always useful to put a try { System.err.println("init called"); .... } catch(Error e ){ e.printStackTrace(); } around the content of your servlets init() method temporarily to see if any problems there. -- Chris Turner, http://www.cycom.co.uk/
Received on Wednesday, 9 February 2000 16:14:44 UTC