Another Problem with Servelts!

We are using 4 different servlets which all need one instance of one class
DBConnect. This one class is responsible for retrieving information from an
internal database.

But because every servlet has its own classloader I get 4 instances of
DBConnect.

How can I solve this problem.

Wolfgang Platzer


PS: Is there no documentation from Sun which specifies if there should be
used one classloader for each servlet or one classloader for all servlets?
Because this classloader incompatibility lets my servlets run on one server
but not on another. I thought Java+Servlets shall avoid these kinds of
problems.


--
Dipl.-Ing. Wolfgang Platzer
Technische Universitaet Graz - University of Technology Graz
Institut für Angewandte Informationsverarbeitung
und Kommunikationstechnologien
Klosterwiesgasse 32/I, A-8010 Graz,
Tel: ++43 316 873-5527,Fax: ++43 316 873-5520
URL <http://www.iaik.tu-graz.ac.at/index.html>

Received on Monday, 20 April 1998 04:26:52 UTC