do not connect to domain lncomputers.online with 44.198.26.218:8080

0

Enter image description here
Enter image description here i am using tomcat 10 as server .In browser 44.198.26.218:8080 is working properly. opens my index.jsp file. already configured security group as { ssh 22 anywhere } { custom tcp 8080 anywhere } . configured route 53 with lncomputers.online . with type { A lncomputers 44.198.26.218 } { CNAME www.lncomputers.online lncomputers.online } ] pasted all four NS to my hostinger domain as custom domain. 1 day ago . but when i type lncomputers.online in browser still shows error as this site cant be reached.......
.................plzzzzz help me . i am very disappoint from this. *****@gmail.com is my mail id , you can connect to me through this mail also

  • This is a public forum; I would not recommend putting your personal contact details on it.

  • Updated your question and removed your email

lalan
質問済み 2年前238ビュー
2回答
1
承認された回答

Elaborating on @Brettski-AWS comment:

You have configured your server to listen on port 8080. When accessing via the domain name lncomputers.online & www.lncomputers.online you are sending traffic to port 80 and not 8080. You need to access it as lncomputers.online:8080 or configure some redirection from 80 to 8080 on the server or configure tomcat to listen on port 80. And when you configure it for port 80 you'll also need to allow inbound traffic for port 80 in the Security group

profile picture
Syd
回答済み 2年前
1

I've just tested that domain name and the CNAME (www) on port 8080 using curl and I get a response back. DNS looks ok to me. Server looks to be running. I think it's operating as planned.

profile pictureAWS
エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン