we have jboss-4.2.2.GA installed on windows sever 2008 64 bit version.
In order to start jboss automatically when server starts i have created another bat file with following commands and scheduled to run
on startup of server. it uses IP address.
@echo off
REM JBoss, the OpenSource webOS
REM
:cmdStart
REM Executed on service start
call run.bat -b XXX.XXX.XX.XX
goto cmdEnd
:cmdEnd
Application that we use, adds messages to jboss console, which i cannot see since this has been automated.
How can i view what all messages are there on jboss console?