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
preguntada hace un mes128 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un mes
profile picture
EXPERTO
revisado hace un mes
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas