Hi I am new to using Jboss EAP 6.4 as App server running on Redhat Enterprise Linux.
I understand for security reasons, by default the only allow connection to console is via localhost 127.0.0.1
How can I change that so it can be allowed from my workstation?
Also appreciate any source of information or basic tutorials that that i would benefit from reading regarding
the essential configurations of this product on linux.
Thanks alot
start server with -b 0.0.0.0 so it will bind on all interfaces.
this way you will be able to access it from network.
just make sure firewall is not blocking connections after you do that