[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss: How to create my own configuration folder than de
PeterJ
do-not-reply at jboss.com
Mon Jul 21 11:26:22 EDT 2008
This is not service.bat which you posted, tyhis is run.bat (even says so in the 6th line).
Because you are using JBoss Native, you can add the -c (or any other options such as -b) to the service.bat file. Here is an example (with enough surrounding lines to give context):
:cmdStart
| REM Executed on service start
| ...
| call run.bat -c yourconfig < .r.lock >> run.log 2>&1
| ...
| goto cmdEnd
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165679#4165679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165679
More information about the jboss-user
mailing list