Report this

What is the reason for this report?

Unable access wildly server remotely though browser

Posted on October 20, 2016

I have login in to my remote machine as ssh -p 2022 root@xxx.xxx.xxx.xx with wildfly 10 server installed on remote machine.Copied simple helloworld.war using command sftp -oPort=2022 root@xxx.xxx.xxx.xx and put hello-world.war help of url (https://www.digitalocean.com/community/tutorials/how-to-use-sftp-to-securely-transfer-files-with-a-remote-server) starter server using command

./standalone.sh -Djboss.bind.address=xxx.xxx.xxx.xx Djboss.bind.address.management=xxx.xxx.xxx.xx& My server log says deployment success WFLYSRV0010: Deployed “helloworld.war” (runtime-name : “helloworld.war”) Http management interface listening on http://myIp:9990/management Admin console listening on http://myIp:9990

When i try to acess http://myIp:9990/management,http://myIp:9990 http://myIp:8080 it not accessible does any more configuration required can can one help please ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Not a Wildfly expert, but does you have firewall enabled?

Check ufw status:

  1. sudo ufw status

If it is enabled make sure you allow needed ports with sudo ufw allow port/tcp

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.