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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则