Jboss server port of ec2 instance is not accessible from another instance on same vpc

0

I have configured a jboss server with port 8085 in ec2 instance (windows). I am trying to access the jboss with url http://<private ip>:8085 from another ec2 instance (windows) running on same vpc. But it is not accessible.

Javid
質問済み 1ヶ月前128ビュー
1回答
0

Hello.

Is port 8085 allowed in the inbound rules of the EC2 security group?
Also, in the case of a Windows server, communication may not be possible unless the port is allowed in the firewall.
Please refer to the following document to allow port 8085.
https://learn.microsoft.com/en-us/sql/reporting-services/report-server/configure-a-firewall-for-report-server-access?view=sql-server-ver16

I think the following YouTube video will be helpful.
https://www.youtube.com/watch?v=vz3RAVB4clY

profile picture
エキスパート
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • Hello, Thanks for your suggestion. I have added this port already in security group of that ec2 instance. Tried adding it in firewall as well. No luck. I just observed this. May be you can help me to understand. So far, jboss was running as a service. I have stopped it and started in a command prompt instead of service. Now it is accessible from another ec2 instance on the same vpc.

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

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

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

関連するコンテンツ