The "Terminate Batch Job" comes from the command prompt (cmd.exe) when you kill
(via ctrl-c) an application started from a batch file. cmd.exe wants to know if it should
continue processing the rest of the batch file even though the application aborted. The
typical answer to get around Windows annoyances is to switch to Linux. Another alternative
would be to use the shutdown.bat script to stop the app server (and set the NOPAUSE env
var so you don't get the 'continue' prompt).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994802#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...