Hello,
Hmmm, the stop seems to happen immediately, ie it almost immediately comes back saying *** this server has been shut down successfully ***, so I do not notice anything of this safety loop happening (waiting) at all.
The debug console listing the processing immediately says:
– <terminated> jrunx.kernel.Jrun at localhost
– <terminated exit value:1> c:/sun/java14sdk/jdk/javaw.exe
I suppose exit value 1 means killed ???
And yes it screws up our app (while programming at least) since it leaves stuff in the database at startup and is supposed to remove that at shutdown – otherwise the db don’t let it start again the next time. So now, we have to manually remove that db-stuff in order to be bale to relaunch again.
Is that Safety Loop duration controlled by a parameter/config or so? Maybe the thing don’t wait at all and just gives the app no time to invoke the destroy methods on the servlets ???
Appreciate your help!