By arunn472
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!
Not a Wildfly expert, but does you have firewall enabled?
Check ufw status:
- sudo ufw status
If it is enabled make sure you allow needed ports with sudo ufw allow port/tcp
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.