不要使用44.198.26.218:8080连接到lncomputers.online域名。

0

【以下的问题经过翻译处理】 我正在使用Tomcat 10作为服务器。在浏览器中,44.198.26.218:8080正常工作,并打开我的index.jsp文件。已经配置了安全组为{ssh 22 anywhere} {custom tcp 8080 anywhere}。一天前,通过类型为{A lncomputers 44.198.26.218}{CNAME www.lncomputers.online lncomputers.online},将Route 53配置为lncomputers.online。我将所有四个NS作为定制域名粘贴到我的Hostinger域。但是,当我在浏览器中输入lncomputers.online时,仍然显示错误,说无法到达此站点。

profile picture
EXPERT
asked 6 months ago22 views
1 Answer
0

【以下的回答经过翻译处理】 你已经将你的服务器配置为监听8080端口。但是,当通过域名lncomputers.online和www.lncomputers.online访问时,你将流量发送到80端口而不是8080。因此,你需要使用lncomputers.online:8080来访问它,或者在服务器上将80端口重定向到8080端口,或者配置tomcat监听80端口。另外,当你将其配置为80端口时,你还需要在安全组中允许入站流量的80端口。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions