[keycloak-user] Can not logout from demo broker

Marko Strukelj mstrukel at redhat.com
Tue Nov 3 04:46:04 EST 2015


By default Wildfly only binds to localhost (127.0.0.1), and is not
reachable via any external network interfaces.

Running in domain mode is an advanced Wildfly topic, so I suggest you check
Wildfly documentation:

https://docs.jboss.org/author/display/WFLY9/Interfaces+and+ports
https://docs.jboss.org/author/display/WFLY9/Domain+Setup


A quick way to bind to all the network interfaces in standalone mode is to
use -b 0.0.0.0 as a parameter to standalone.sh. But that doesn't work for
domain mode AFAIK.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20151103/2547e6e1/attachment.html 


More information about the keycloak-user mailing list