On Fri, Mar 14, 2003 at 05:09:16AM -0600, Antonio Gallardo wrote: > Hi: > > I currently downloaded the lastest CVS from cocoon-2.1. I am using Tomcat > 4.1.18. After a sucessfull compile of the sources. I noted the following: > > 1-If I install the cocoon.war into Tomcat, after this I shutdown it using > ./shutdown.sh > > Please note that I already can see the working examples. The problem is > just at the shutdown. The catalina.out said: > > "Stopping service Tomcat-Standalone" > > This is the lastest notice and the process remains in memory.
You're right. Yesterday Cocoon shut down fine. Today there's a rogue thread preventing a clean exit. Seems it's all Berin's fault :) At least, locally reverting this patch fixes things: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/java/org/apache/cocoon/Cocoon.java.diff?r1=1.3&r2=1.4 Looks like this ThreadManager object isn't take through its full lifecycle. --Jeff ... > Best Regards, > > Antonio Gallardo. > >