Hi all,

I made some progress. This was apparently occurring because I had lingering Wildly Processes. I killed them all, cleaned up, restarted and was able to see my keycloak welcome screen at

http://<server>/auth/

through my reverse proxy - nice!

Unfortunately, when I click to go through to the administration console I end up at 

http://localhost:8080/auth/realms/master/tokens/ 

I am having difficulty changing the (localhost:8080). Can anybody please advise

Thanks

Conrad


On 23 Jun 2014, at 20:10, Conrad Winchester <conrad@mindless.com> wrote:

Hi all,

I have been using keycloak in development for a couple of weeks now and it has been running fine.

I now need to deploy it into a UAT environment, but after installing wildly and integrating keycloak I get an issue when starting up.

Basically everything starts fine, but auth-server is immediately underplayed

2014-06-23 19:49:36,038 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
2014-06-23 19:49:36,038 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
2014-06-23 19:49:36,038 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final "Kenny" started in 8047ms - Started 303 of 356 services (91 services are lazy, passive or on-demand)
2014-06-23 19:49:41,051 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017535: Unregistered web context: /auth
2014-06-23 19:49:41,104 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'auth-server.war#jpa-keycloak-identity-store'
2014-06-23 19:49:41,104 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'auth-server.war#jpa-keycloak-audit-store'
2014-06-23 19:49:41,106 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016009: Stopping weld service for deployment auth-server.war
2014-06-23 19:49:41,128 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 22) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'auth-server.war#jpa-keycloak-identity-store'
2014-06-23 19:49:41,129 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'auth-server.war#jpa-keycloak-audit-store'
2014-06-23 19:49:41,141 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment auth-server.war (runtime-name: auth-server.war) in 96ms
2014-06-23 19:49:41,175 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "auth-server.war" (runtime-name: "auth-server.war")
2014-06-23 19:49:46,178 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found auth-server.war in deployment directory. To trigger deployment create a file called auth-server.war.dodeploy

The main difference between this and dev is that in UAT keycloak has to be behind an apache proxy

ProxyPass /auth/ http://localhost:8080/auth/
ProxyPassReverse /auth/ http://localhost:8080/auth/

Can anybody help? I am completely stumped - Is it something to do with apache already running on port 80?

Thanks

Conrad
_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user