Google Compute Engine和Glassfish无法从外部访问

时间:2018-09-20 12:13:56

标签: google-compute-engine glassfish-4

我在GCE中创建了一个实例(CentOS7)。然后,我安装了Glassfish4。但是,我似乎无法通过http / https访问它。

[ank@instance-1 bin]$ sudo ./asadmin start-domain
Waiting for domain1 to start .........
Successfully started the domain : domain1
domain  Location: /opt/glassfish4/glassfish/domains/domain1
Log File: /opt/glassfish4/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.

尝试访问http://ip_address或什至http://ip_address:4848时,出现“拒绝连接”错误。

感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

您需要在防火墙上打开端口tcp:80tcp:443(和tcp:4848);假设您已经分配了一个外部IP(或正在从同一网络上的另一个内部IP访问它,我建议您使用tcp:4848)。请参阅有关Using Firewall Rules的文档。