<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      this changed between 2.2 and 2.1 . It seems you're looking for
      latest docs related to 2.2 but in 2.1 the stuff is different. See
      docs for 2.1
<a class="moz-txt-link-freetext" href="https://keycloak.gitbooks.io/server-developer-guide/content/v/2.1/topics/themes.html">https://keycloak.gitbooks.io/server-developer-guide/content/v/2.1/topics/themes.html</a>
      .<br>
      <br>
      But you're right that docs can specify it should be put under
      subsystem . Also it is "theme/modules/module" , not
      "theme/module/modules" . Will fix it.<br>
      <br>
      Thanks,<br>
      Marek<br>
      <br>
      On 09/09/16 10:32, Sebastien Blanc wrote:<br>
    </div>
    <blockquote
cite="mid:CAMZCGg-Qt=EiigEy1z8u0J2jc19f5zHp-svBtmwDDc2-=W5P4w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Hi,<br>
            <br>
          </div>
          I'm trying to deploy my theme as a zip in a kc 2.1.0. I'm
          following <a moz-do-not-send="true"
href="https://keycloak.gitbooks.io/server-developer-guide/content/topics/themes.html">https://keycloak.gitbooks.io/server-developer-guide/content/topics/themes.html</a><br>
          <br>
        </div>
        I'm just confused on the last part : <br>
        "<br>
        <div class="gmail-paragraph">
          <p class="gmail-comments-section">You also need to register
            the module with Keycloak. This is done by editing <code>standalone.xml</code>,
            <code>standalone-ha.xml</code>, or <code>domain.xml</code>.
            See the <a moz-do-not-send="true" target="_blank"
href="https://keycloak.gitbooks.io/server-installation-and-configuration/content/">Server
              Installation and Configuration Guide</a> for more details
            on
            where the <code>standalone.xml</code>, <code>standalone-ha.xml</code>,
            or <code>domain.xml</code> file lives.</p>
        </div>
        <div class="gmail-paragraph">
          <p class="gmail-comments-section">Then and add the module to <code>theme/module/modules</code>.
            For example:</p>
        </div>
        <div class="gmail-listingblock">
          <div class="gmail-content">
            <pre class="gmail-highlight"><code class="gmail-language-xml"><span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">theme</span>&gt;</span>
    ...
    <span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">modules</span>&gt;</span>
        <span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">module</span>&gt;</span>org.example.mytheme<span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">module</span>&gt;</span>
    <span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">modules</span>&gt;</span>
<span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">theme</span>&gt;</span></code></pre>
          </div>
          "<br>
          <br>
        </div>
        <div class="gmail-listingblock">It's not really clear on where I
          need to add this, I tried inside the keycloak subsystem
          section but that does not work. <br>
          <br>
        </div>
        <div class="gmail-listingblock">Sebi<br>
          <br>
        </div>
        <br>
      </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>
    <p><br>
    </p>
  </body>
</html>