Link to home
Start Free TrialLog in
Avatar of enthuguy
enthuguyFlag for Australia

asked on

how to install jboss on ubuntu on AWS and access from internet

hi trying to install jboss on AWS ubunutu and access console from external/Internet

Followed so far
1. Installed Jboss on ubuntu followed these page (https://www.digitalocean.com/community/tutorials/how-to-install-jboss-on-ubuntu-12-10-64bit)
2. Followed this step to allow connections from external (http://technicles.com/how-to-make-your-jboss-or-wildfly-as-remotely-accessible/)
3. started with -b
./standalone.sh -b 0.0.0.0
./standalone.sh -b <AWS Elastic IP>

when I tried to connect I get below error on the browser
This site can’t be reached.<AWS Elastic IP> refused to connect.


after I enabled TRACE. I get more info but couldn't figure out what is wrong. Please help
Pls check the attached trace.log file

thanks in advance
trace.log
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of enthuguy

ASKER

Managed to install and proceed with Tomcat ;)