We currently have serveral servlets running in Tomcat 4.1.  On shutdown 
Tomcat calls the destroy() method of each of these servlets and they in turn 
write some information to let other programs know that they are no longer 
available.
     Due to a new project, we must move these servlets to an installation of 
JBoss 4.  Moving the website and the servlets was simple and everything is 
running fine with one exception.  When the JBoss Server is shutdown, the 
destroy() method of our servlets are not firing.  Tomcat is shutdown when JBoss 
shuts down, so why don't the destroy methods fire?  Any help would be 
appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854986#3854986

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854986


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to