简体   繁体   English

在AWS服务器上新安装的Apache-Tomcat,如何从外部访问

[英]Freshly Installed Apache-Tomcat on the AWS server, how can I access from outside world

I have installed an App with Apache tomcat on AWS ec2 instance. 我已经在AWS ec2实例上安装了带有Apache tomcat的应用程序。 I am able to access the tomcat url (which is server_name:8080/BOE/BI) from the AWS instance on Win2016. 我可以从Win2016上的AWS实例访问tomcat url(服务器名称:8080 / BOE / BI)。 Also I installed IIS on the server. 我也在服务器上安装了IIS。

Now what are the configurations I need to do to on AWS ec2 instance to access the URL from outside the AWS instance like from my personal PC. 现在,我需要在AWS ec2实例上进行哪些配置,以从AWS实例外部访问URL,例如从个人PC上访问URL。

I also tried disabling the firewalls, it did not helped. 我也尝试禁用防火墙,但没有帮助。

You need to look at security groups . 您需要查看安全组 This will allow you to open up ports on your EC2 instance from the outside world. 这将允许您从外部打开EC2实例上的端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM