我无法连接到Ubuntu中的CLI Jboss 7.1.1.FINAL,我想知道为什么?
在控制台我把:
mastervodoo@vodoo-Studio-1558:/opt/jboss-as-7.1.1.Final/bin$ ./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] connect
The controller is not available at localhost:9999
[disconnected /] connect 127.0.0.1
The controller is not available at 127.0.0.1:9999
[disconnected /] connect 127.0.1.1
The controller is not available at 127.0.1.1:9999
[disconnected /] connect 192.168.1.33
The controller is not available at 192.168.1.33:9999
[disconnected /]
Run Code Online (Sandbox Code Playgroud)
是一个独立的配置,为什么我不能进入?
我在同一个项目中有2个实例,并且在一个实例中(a)
我想通过ssh使用内部ip连接到另一个实例(b),
但telnet 22给我"连接由外部主机关闭".
我想通过ssh连接,因为在php项目中,我想执行ssh2_exec来远程启动一个php文件.