Re: Safe shutdown

2007-05-30 Thread Kevan Miller
On May 30, 2007, at 8:03 AM, Joel Spotts wrote: I should probably go into more detail the issue we are having: We are wrapping Geronimo in a windows service using JavaService (http://forge.objectweb.org/projects/javaservice/). It is similar to Java Service Wrapper. You can specify the java

Re: Safe shutdown

2007-05-30 Thread David Jencks
anks, Yoel Spotts David Jencks <[EMAIL PROTECTED]> David Jencks <[EMAIL PROTECTED]> 05/29/2007 07:18 PM Please respond to user@geronimo.apache.org To user@geronimo.apache.org cc Subject Re: Safe shutdown On May 29, 2007, at 3:09 PM, Mark Aufdencamp wrote: I woul

Re: Safe shutdown

2007-05-30 Thread Joel Spotts
cc PM Subject Re: Safe shutdown Please respond to [EMAIL PROTECTED]

Re: Safe shutdown

2007-05-29 Thread David Jencks
r CMP Entity Beans. The Web container might also maintain Application scoped information that needs a clean safe shutdown as well. However, both the shutdown jar or console command and hitting ctrl-c on your console have approximately the same effect in code -- calling the shutdown hook

RE: Safe shutdown

2007-05-29 Thread Mark Aufdencamp
ntain Application scoped information that needs a clean safe shutdown as well.   Mark Aufdencamp [EMAIL PROTECTED]    Original Message Subject: Safe shutdownFrom: Joel Spotts <[EMAIL PROTECTED]>Date: Tue, May 29, 2007 5:05 pmTo: user@geronimo.apache.org Is there any danger in stoppi

Safe shutdown

2007-05-29 Thread Joel Spotts
Is there any danger in stopping geronimo by simply killing the application as opposed to running the shutdown.jar or shutdown.bat? For various reasons (which I can get into if the answer is that it is not safe) I cannot easily stop the server with the shutdown tool. Thanks, Yoel Spotts