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년 전236회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인