On 9/10/2014 5:24 PM, Brian Stansberry wrote:
On 9/10/14, 1:47 PM, Stan Silvert wrote:
> *Issue #3: Adding a deployment:* The Keycloak auth server is deployed
> as a WAR. We can use the copy-artifacts mechanism to simply copy the
> WAR into the deployments directory. But that doesn't work for a domain
> where you want to have the WAR pre-loaded into the content repository.
> Furthermore, it's probably not the best way to integrate this for
> standalone either.
>
> What would be a better option?
>
See the "A Mixed Approach" section at
https://developer.jboss.org/docs/DOC-25627
The two comments at the bottom of that page are also relevant to that
part of the wiki.
Cheers,
Awesome. That actually solves several potential problems. Thanks Brian.