On Thu, 2015-05-07 at 07:40 -0400, Stian Thorgersen wrote:
----- Original Message -----
> From: "Benjamin Hansmann [alphaApps]" <b.hansmann(a)alphaapps.de>
> To: "Stian Thorgersen" <stian(a)redhat.com>
> Cc: keycloak-user(a)lists.jboss.org
> Sent: Thursday, May 7, 2015 1:32:14 PM
> Subject: Re: [keycloak-user] Deployment of 1.2.0.CR1
>
> On Thu, 2015-05-07 at 00:41 -0400, Stian Thorgersen wrote:
> >
> > ----- Original Message -----
> > > From: "Benjamin Hansmann [alphaApps]"
<b.hansmann(a)alphaapps.de>
> > > To: keycloak-user(a)lists.jboss.org
> > > Sent: Tuesday, May 5, 2015 7:15:18 PM
> > > Subject: [keycloak-user] Deployment of 1.2.0.CR1
> > >
> > > Thanks for the release. I have questions regarding the new overlay
> > > distribution:
> > >
> > > 1 Wildfly adapter seems to be integrated in the overlay distribution, so
> > > no adapter installation is needed in this situation. Is this correct?
> >
> > Not in 1.2.0.Beta1, but we'll probably change this in the future so the
> > overlay only contains server bits.
> In 1.2.0.CR1 I didn't need to install the adapter to make everything
> work.
I meant in 1.2.0.Beta1 you don't need to install the adapter ;)
>
> >
> > >
> > > 2 Section 3.1.2 (Install on existing WildFly 8.2.0.Final) of the
> > > documentation refers to the keycloak standalone server/appliance
> > > distribution. Is this intended?
> >
> > I can't see any reference to keycloak standalone server/appliance in
> > section 3.1.2. Can you copy/paste the relevant section?
> >
> Ok. The commands to start the server contain the path and configuration
> specific to the standalone distribution which implies that you are not
> using the overlay (if I didn't get it wrong):
>
> "To start Wildfly with Keycloak run:
> keycloak-1.2.0.CR1/bin/standalone.sh
> --server-config=standalone-keycloak.xml"
I don't get what the problem is? 3.1.2 doesn't refer to server/appliance at all,
and it states to start it using --server-config=standalone-keycloak.xml.
To be specific, I mean the
file /1.2.0/docbook/reference/en/en-US/modules/server-installation.xml
should contain $WILDFLY_HOME instead of keycloak-&project.version;:
52c52
<
<programlisting>keycloak-&project.version;/bin/standalone.sh
--server-config=standalone-keycloak.xml</programlisting>
---
<programlisting>$WILDFLY_HOME/bin/standalone.sh
--server-config=standalone-keycloak.xml</programlisting>
54c54
<
<programlisting>keycloak-&project.version;/bin/standalone.bat
--server-config=standalone-keycloak.xml</programlisting>
---
<programlisting>$WILDFLY_HOME/bin/standalone.bat
--server-config=standalone-keycloak.xml</programlisting>
>
> > >
> > > 3 I merged the keycloak specific configuration from
> > > standalone-keycloak.xml into the standalone.xml of my existing wildfly
> > > installation. Am I supposed to deploy the keycloak-server-1.2.0.CR1.war
> > > manually as in previous versions? Section 3.4. (Installing Keycloak
> > > Server as Root Context) states that main-auth-server is the name of the
> > > Keycloak server as defined in the Keycloak subsystem. Can I use this
> > > name to deploy it without providing the full path even when not using it
> > > as the default-web-module?
> >
> > There's is no WAR any more. Keycloak is deployed as a sub-system.
> >
> I had to add
> <auth-server name="main-auth-server">
> <enabled>true</enabled>
> <web-context>auth</web-context>
> </auth-server>
> to my keycloak subsystem section in standalone.xml to deploy the war
> which I think is this
>
modules/system/layers/base/org/keycloak/keycloak-subsystem/main/auth-server/keycloak-server-1.2.0.CR1.war.
>
> Maybe I have a misunderstanding here.
There's a problem in the docs which is fixed in master now. The elements you should
copy from standalone-keycloak.xml to standalone.xml should include <subsystem
xmlns="urn:jboss:domain:keycloak:1.0" ...> not (<subsystem
xmlns="urn:jboss:domain:security:1.2" ...>).
BTW if you haven't done any changes to standalone.xml yourself, you can just copy
standalone-keycloak.xml to standalone.xml.
>
> > >
> > > 4 Will there be maven artifacts for this release soon?
> >
> > Syncing to Maven central can take up to 24h after the release. It sucks,
> > but nothing we can do about it :/
> Thanks. It is available know.
>
> >
> > >
> > > Best Regards
> > > Benjamin
> > >
> > >
> > > _______________________________________________
> > > keycloak-user mailing list
> > > keycloak-user(a)lists.jboss.org
> > >
https://lists.jboss.org/mailman/listinfo/keycloak-user
> > >