[jboss-user] [Beginners Corner] - Re: Remote conenct JBoss AS
gan.gary
do-not-reply at jboss.com
Wed Jul 2 03:13:29 EDT 2008
even I removed & re-installed & changed to this:
:cmdStart
| REM Executed on service start
| del .r.lock 2>&1 | findstr /C:"being used" > nul
| if not errorlevel 1 (
| echo Could not continue. Locking file already in use.
| goto cmdEnd
| )
| echo Y > .r.lock
| jbosssvc.exe -p 1 "Starting %SVCDISP%" > run.log
| call run.bat -b 0.0.0.0 < .r.lock >> run.log 2>&1
| jbosssvc.exe -p 1 "Shutdown %SVCDISP% service" >> run.log
| del .r.lock
| goto cmdEnd
also cannot.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161948#4161948
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161948
More information about the jboss-user
mailing list