Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
I'm using JBoss application server -4.3.0.GA_CP03. To manually start JBoss application server I use: run.bat -c all -b 0.0.0.0 But, I'd like to start JBoss as a windows service using JBoss Native for Windows (jboss-native-2.0.6-windows-x86-ssl).
How to customize it to start with -c all -b 0.0.0.0?