[keycloak-dev] Keycloak in a VPS

Hector Bustillos hector.bustillos at crowdint.com
Wed Feb 18 20:38:10 EST 2015


HI I’m new in the stack and I’m trying to install keycloak in a digital ocean instance for testing, so far I’m able to make it run, everything is ok BUT I can’t access from outside the box. If I curl http://localhost:8080 it works but if I try to access from my browser with the http:/the-ip:8080 it doesn’t work neither this route auth/admin/index.html I get nothing.

So I went to the code to configuration/standalone.xml file and I added  this:
 <interface name="management">
            <inet-address value="${jboss.bind.address.management:the-ip}"/>
        </interface>
        <interface name="public">
            <inet-address value="${jboss.bind.address:the-ip}"/>
        </interface>

Now I get a 404 - Not Found

Can you help me to configure this in a correct way?
--
-----------------------------------------------
Hector Bustillos, Software Engineer
Crowd Interactive
@hecbuma 
-----------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-dev/attachments/20150218/181f9cd9/attachment.html 


More information about the keycloak-dev mailing list