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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user