[keycloak-dev] Keycloak in a VPS

Bill Burke bburke at redhat.com
Wed Feb 18 22:10:49 EST 2015


Not sure...

Try using <any-address/> instead of <inet-address>


On 2/18/2015 8:38 PM, Hector Bustillos wrote:
> 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
> -----------------------------------------------
>
>
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list