[keycloak-user] How to build the war?
Marek Posolda
mposolda at redhat.com
Thu Feb 25 02:29:20 EST 2016
On 25/02/16 00:40, Sylvain Auger-Léger wrote:
> I am trying to deploy on tomcat, following this section:
> http://keycloak.github.io/docs/userguide/keycloak-server/html/ch08.html#tomcat-adapter
>
> I am stuck here:
> "The first thing you must do is create a |META-INF/context.xml| file
> in your WAR package."
This means the WAR file of your application. As long as you use maven
and you have project with declared packaging "war" in pom.xml, the WAR
file is build automatically from your application when you do "mvn clean
install". So just put it to src/main/webapp/META-INF/context.xml of your
app and it should be included automatically in the WAR.
Marek
>
> Q: How can I generate the war?? Or should I just DL it (and where in
> that case)?
>
> PS: Already did a git clone + mvn install (but then I don't know what
> to do)
>
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160225/7053311f/attachment.html
More information about the keycloak-user
mailing list