Hello everybody,
Here is my weird iPlanet problem. It seems like iPlanet's servlet
engine creates a new instance of its class loader for each servlet that
runs. This causes me problems because I use several "singleton" classes
in my code. Because each servlet starts with its own separate class
loader, each servlet gets its own separate instance of a singleton
class, which causes me pain.
In contrast JRun seems to only use a single class loader per jrun
instance which means my singleton classes operate as designed.
Has anyone else ever seen this problem before, or know a
solution/workaround for it?
Thanks,
Jim
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html