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.I am trying to deploy on tomcat, following this section:
I am stuck here:
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