I was thinking about making some configurations to my Jboss AS 7.1.1
, so I started the server using the command:
C:\jboss-as-7.1.1.Final\bin\standalone.bat -b 0.0.0.0
and started without problems.
I tried to connect to the command line interface jboss-cli.exe
with the command
C:\jboss-as-7.1.1.Final\bin\jboss-cli.bat
mark me
JAVA_HOME is not set. Unexpected results may occur. Set JAVA_HOME to the directory of your local JDK to avoid this message. You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. [disconnected /]
So I proceeded to try the command
connect
And I get the following message
The controller is not available at localhost: 9999
I already ran it as an administrator but I did not succeed.
Thanks for your help.