Looking for valid Jserv configurations (Was: Null Pointer exceptions in servlets since latest Apache/Jserv update)

2000-03-23 Thread Andreas Tille
On Tue, 21 Mar 2000, Andreas Tille wrote: > On Tue, 21 Mar 2000 16:24:29 +0100 Stefan Gybas <[EMAIL PROTECTED]> > > > I have included the line > > > > > >repositories=/usr/share/java/servlets,/usr/share/java/freetds_jdbc.jar > > > > > > in /etc/jserv/zones/root.properties. > > > > You shou

RE: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-22 Thread Andreas Tille
On Tue, 21 Mar 2000, LAVAU Michel wrote: > At this point: > > "rs = stmt.executeQuery("SELECT * FROM Table");" > > you haven't yet initialized your stmt variable: "Statement stmt;". > You should first set 'stmt' to NULL when you declare it (in order to start > with proper code), and mo

Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Andreas Tille
On Tue, 21 Mar 2000 16:24:29 +0100 Stefan Gybas <[EMAIL PROTECTED]> in debian-devel: (I post this now here because Stefan pointed me to this list ... My former E-Mails to debian-devel are appended as attachment) > > java.lang.NullPointerException: > > where line 70 is something like > > > >