Hello I have JBoss 5.1.0 GA running like a windows service in a w7 x64 without problem.
With older versions of JBoss for work it like a service I used Java Service Wrapper by Tanuki, and in order to see its state with the windows console in the wrapper.conf i put:
wrapper.ntservice.interactive = true
wrapper.ntservice.console = true
How I can do this same with the JBossNativeWindows?
Thank you very much in advance.