hi,
i'm using jboss as 4.0.5ga and and i tried to runn JBoss AS as a window service
i was tried to follow steps as shown in https://community.jboss.org/wiki/jbossnativewindows
what have i done was :
1) run service.bat in C:\jboss-as-web\bin but i couldn't run it and the error as below
C:\>cd jboss-as-web
C:\jboss-as-web>cd bin
C:\jboss-as-web\bin>service.bat install
Service JBoss Application Server 5.0 installed
C:\jboss-as-web\bin>net start JBAS4SVC
The service name is invalid.
C:\jboss-as-web\bin>net start JBAS40SVC
The service name is invalid.
C:\jboss-as-web\bin>net start JBAS50SVC
System error 2 has occurred.
Was the problem occured because i'm install jboss as 4.0.5ga but the service is version 5?
how can i solve this?..
thanks guys
nana