For some reason my servlet container (Tomcat 3.2.3) calls destroy() and following init() when I'm trying to use one of my servlet after several hours of idle time. The problem is that I get a class cast exception when I'm trying to fetch resources stored in the servlet context object. It looks like it is now using another classloader.
Is there a way to force the container to use the same classloader, or some other workaround to this problem? Thanks. /Jonas ___________________________________________________________________________ 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
