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 年前檢視次數 240 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南