Skip to content
Advertisement

Getting error as “initializing endpoint: java.net.BindException: Address already in use /127.0.0.1:8080” while installing JBoss AS7

Here I’ve installed JBoss AS 7.1 in AWS ec-2 linux instance.

Please help before marking it as duplicate as many SO questions are already available but nothing helped me here.

The server is running successfully

JavaScript

It’s only accessible for http://localhost:8080 and from the other machines, here I want to access with instance public IP

Yes the server log says

JavaScript

But I don’t know why because already I’ve modified the standalone.xml in cofiguration dir.

JavaScript

But here the port 8080 is listening for all IPs

JavaScript

not at localhost.

Pls correct me if I’m wrong.

Someone help me out, how to access it from other machine. I’m not able to understand where to change the configuration?

Advertisement

Answer

Oh Sorry. The configuration of the server is all set and I was wasting my day to solving the issue in configuration.

All I needed to do is the creatation Security rule with port 8080 to the Security group of AWS ec2 instance.

And the server is accessible from remote machines.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement