<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/26/2015 03:05 AM, Stian
      Thorgersen wrote:<br>
    </div>
    <blockquote
cite="mid:CAJgngAdyZEveTMUbKkUFGQcCjqbxb2X46x47ga2HMJjBATXOtQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">In enterprise they should recommend using a
        standalone SSO server. It's more secure and scalable. You
        wouldn't embed your database into Tomcat would you? It's also
        more reliable and less error prone as you are using the exact
        bits that we test.
        <div>
          <div><br>
          </div>
          <div>It has been achieved in the past, but initially we relied
            less on features from WildFly. Keycloak server is no longer
            a WAR that's deployed onto the WildFly app server, instead
            we rely on the core bits of WildFly to create our own
            dedicated server.</div>
        </div>
        <div><br>
        </div>
        <div>In theory it would be possible to get it to work on top of
          Tomcat with some considerable amount of effort. However, as we
          add new features in the future that rely on features in
          WildFly you would have new issues. Further we would not be
          able to help you if you have any issues.</div>
      </div>
    </blockquote>
    <br>
    Can you document this?  I assume the JMX components are the biggest
    aspect, but what else requires a full JEE app server?  Is there any
    JMS integration?<br>
    <br>
    <br>
    <blockquote
cite="mid:CAJgngAdyZEveTMUbKkUFGQcCjqbxb2X46x47ga2HMJjBATXOtQ@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On 26 November 2015 at 08:54, mohammed
          althaf <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:althaf1088@gmail.com" target="_blank">althaf1088@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hi Stian,
              <div><br>
              </div>
              <div>Thanks for your quick reply.Yeah i have tried the
                Tomcat adapters for keycloak Integration.</div>
              <div><br>
              </div>
              <div>I just want to explore the option to deploy it in
                tomcat itself ,since in enterprise if they already use
                tomcat for applications they wont recommend to use
                another server for SSO alone.</div>
              <div><br>
              </div>
              <div>From your knowledge has anyone achieved that ??</div>
              <div><br>
              </div>
              <div>Thanks,</div>
              <div>Althaf </div>
            </div>
            <div class="HOEnZb">
              <div class="h5">
                <div class="gmail_extra"><br>
                  <div class="gmail_quote">On 26 November 2015 at 15:40,
                    Stian Thorgersen <span dir="ltr">&lt;<a
                        moz-do-not-send="true"
                        href="mailto:sthorger@redhat.com"
                        target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:sthorger@redhat.com">sthorger@redhat.com</a></a>&gt;</span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr">Hi,
                        <div><br>
                        </div>
                        <div>You do not need to deploy the server to
                          Tomcat to be able to use Keycloak in your apps
                          deployed to Tomcat.</div>
                        <div><br>
                        </div>
                        <div>We only support deploying Keycloak server
                          to latest version of WildFly and JBoss EAP.
                          Further we highly recommend using the
                          standalone download of Keycloak and running it
                          separately to your applications.</div>
                      </div>
                      <div class="gmail_extra"><br>
                        <div class="gmail_quote">
                          <div>
                            <div>On 26 November 2015 at 07:24, mohammed
                              althaf <span dir="ltr">&lt;<a
                                  moz-do-not-send="true"
                                  href="mailto:althaf1088@gmail.com"
                                  target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:althaf1088@gmail.com">althaf1088@gmail.com</a></a>&gt;</span>
                              wrote:<br>
                            </div>
                          </div>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex">
                            <div>
                              <div>
                                <div dir="ltr">
                                  <div class="gmail_quote">
                                    <div dir="ltr">Hi Team,
                                      <div><br>
                                      </div>
                                      <div>I was able to use keycloak
                                        for sso seamlessly in jboss
                                        /wildfly server.</div>
                                      <div><br>
                                      </div>
                                      <div>Since my web application is
                                        running in tomcat ,i am trying
                                        to deploy the keycloak server as
                                        well in Tomcat,</div>
                                      <div><br>
                                      </div>
                                      <div>I followed </div>
                                      <div><a moz-do-not-send="true"
href="https://reachmnadeem.wordpress.com/2015/01/14/deploying-keycloak-in-tomcat/"
                                          target="_blank">https://reachmnadeem.wordpress.com/2015/01/14/deploying-keycloak-in-tomcat/</a><br>
                                      </div>
                                      <div><br>
                                      </div>
                                      <div>and i was able to spin up the
                                        keycloak in tomcat server.But it
                                        was using the 1.0.2 version.</div>
                                      <div><br>
                                      </div>
                                      <div>So i am trying to deploy the
                                        keycloak server 1.6.1.I faced
                                        the below issues.</div>
                                      <div><br>
                                      </div>
                                      <div>1.Failed to provide mem for
                                        realmcache(please check failed
                                        to find provider log)</div>
                                      <div><br>
                                      </div>
                                      <div>So i removed the cache from
                                        keycloak-server.json</div>
                                      <div>Not sure it is fine??</div>
                                      <div><br>
                                      </div>
                                      <div>2 .Then i was able to procced
                                        but it again failed with h2.db
                                        exception(please check
                                        lockout.log)</div>
                                      <div><br>
                                      </div>
                                      <div>It will be great if you guys
                                        can help me resolve this issue.</div>
                                      <div><br>
                                      </div>
                                      <div>Thanks,</div>
                                      <div>Althaf</div>
                                      <div><br>
                                      </div>
                                      <div><br>
                                      </div>
                                    </div>
                                  </div>
                                  <br>
                                </div>
                                <br>
                              </div>
                            </div>
_______________________________________________<br>
                            keycloak-dev mailing list<br>
                            <a moz-do-not-send="true"
                              href="mailto:keycloak-dev@lists.jboss.org"
                              target="_blank">keycloak-dev@lists.jboss.org</a><br>
                            <a moz-do-not-send="true"
                              href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
                              rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>