If the typical shutdown messages are not appearing in the log, it could be that the JVM is
crashing - such info you appear only in stderr (or stdout). So if you are not capturing
strerr somewhere, you will miss it.
Another possibility is that if your run script automatically restarted the app server on
exit, and you do not have append set for the logs, then the new log will overwrite the old
log that has the shutdown message.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204749#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...