小编Vod*_*aas的帖子

无法连接到Ubuntu中的CLI jboss 7.1.1.FINAL

我无法连接到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)

是一个独立的配置,为什么我不能进入?

jboss7.x

6
推荐指数
1
解决办法
1万
查看次数

GCE ssh内部ip连接由外部主机关闭

我在同一个项目中有2个实例,并且在一个实例中(a)
我想通过ssh使用内部ip连接到另一个实例(b),
但telnet 22给我"连接由外部主机关闭".

我想通过ssh连接,因为在php项目中,我想执行ssh2_exec来远程启动一个php文件.

防火墙配置是: 在此输入图像描述 有一种解决方法,thnk.

php ssh google-compute-engine google-cloud-platform

-1
推荐指数
1
解决办法
1050
查看次数