<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 25/02/16 00:40, Sylvain Auger-Léger
      wrote:<br>
    </div>
    <blockquote
cite="mid:CADjy33_2Nb66OTgNStX3faoL304uKYv0jvDunigD3oYC6K+=zg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I am trying to deploy on tomcat, following this
        section:
        <div><a moz-do-not-send="true"
href="http://keycloak.github.io/docs/userguide/keycloak-server/html/ch08.html#tomcat-adapter">http://keycloak.github.io/docs/userguide/keycloak-server/html/ch08.html#tomcat-adapter</a><br>
        </div>
        <div><br>
        </div>
        <div>I am stuck here:<br>
        </div>
        <div><a moz-do-not-send="true" id="d4e977">"The first thing you
            must do is create a <code class="">META-INF/context.xml</code>
            file in your WAR package."</a><br>
        </div>
      </div>
    </blockquote>
    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.<br>
    <br>
    Marek<br>
    <blockquote
cite="mid:CADjy33_2Nb66OTgNStX3faoL304uKYv0jvDunigD3oYC6K+=zg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><a moz-do-not-send="true"><br>
          </a></div>
        <div>Q: How can I generate the war?? Or should I just DL it (and
          where in that case)?</div>
        <div><br>
        </div>
        <div>PS: Already did a git clone + mvn install (but then I don't
          know what to do)</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>