Bugs item #1069579, was opened at 2004-11-19 09:44
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1069579&group_id=22866

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Works For Me
Priority: 8
Submitted By: SDJ (sjneworleans)
>Assigned to: Scott M Stark (starksm)
Summary: Fully Functional Tomcat

Initial Comment:
    On shutdown of the server, all servlets running inside 
Tomcat should execute their destroy() method.  This 
functionality occurs when running servlets in a 
standalone instance of Tomcat.  
    Apache specifies that the destory() method of all 
servlets running in the Tomcat container will be called on 
shutdown of Tomcat.  Furthermore this method is 
required by all classes that are children of the 
HTTPServlet class in j2ee.
   I have noticed that this functionality is missing from 
JBossAS.  The funcitonality is required for certain 
government systems that require cleanup and 
interaction among processes on servlet shutdown.  In 
specifically noticed this issue in version 3.2.3 of the 
JBossAS with jbossweb-tomcat41.sar.

OS: Windows 2000
JDK: 1.4



----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2004-11-19 19:05

Message:
Logged In: YES 
user_id=175228

This works fine with the current 3.2.6 release so reopen
with an example that illustrates the problem under that
version. If you need a fix for 3.2.3 you will have to
contact jboss for a support contract.

19:02:22,249 INFO  [Server] JBoss (MX MicroKernel) [3.2.6
(build: CVSTag=JBoss_3_2_6 date=200410140106)] Started in
10s:266ms
19:02:24,358 INFO  [STDOUT] BindingServlet.init
19:02:24,374 INFO  [STDOUT] valueBound,
event=javax.servlet.http.HttpSessionBind
[EMAIL PROTECTED]

19:02:28,530 INFO  [Server] JBoss SHUTDOWN: Undeploying all
packages
19:02:28,546 INFO  [TomcatDeployer] undeploy, ctxPath=/test,
warUrl=file:/C:/cvs
/Releases/jboss-3.2.6/server/destroy/tmp/deploy/tmp35742test.ear-contents/test.w
ar/
19:02:28,546 INFO  [STDOUT] valueUnbound,
event=javax.servlet.http.HttpSessionBi
[EMAIL PROTECTED]
19:02:28,546 INFO  [STDOUT] BindingServlet.destroy
19:02:28,577 INFO  [EARDeployer] Undeploying J2EE
application, destroy step: fil
e:/C:/cvs/Releases/jboss-3.2.6/server/destroy/deploy/test.ear

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1069579&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to