<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 01/25/2017 04:35 PM, Endi Sukma
      Dewata wrote:<br>
    </div>
    <blockquote
      cite="mid:c48815b8-3ad1-d8a7-c61d-450302fc220d@redhat.com"
      type="cite">Previously the /pki webapp was only added if the theme
      was present
      <br>
      during installation, and there were separate webapps for
      /pki/admin
      <br>
      and /pki/js. If the theme was installed later, the /pki webapp had
      <br>
      to be configured manually.
      <br>
      <br>
      To simplify the installation and to support other developments
      <br>
      (e.g. login banner), the /pki webapp will always be added during
      <br>
      installation regardless of theme, and the /pki/admin and /pki/js
      <br>
      webapps are merged into /pki webapp. When the theme package is
      <br>
      installed, it will create links in /pki webapp so the theme files
      <br>
      will become available without additional configuration.
      <br>
      <br>
      An upgrade script has been added to merge the /pki webapp in
      <br>
      existing instances.
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="https://fedorahosted.org/pki/ticket/2582">https://fedorahosted.org/pki/ticket/2582</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a></pre>
    </blockquote>
    <p>ACK (with CAVEAT) if tested to work.</p>
    <p>CAVEAT:  This should be separated into three separate patches
      (one for base changes, one for dogtag changes, and a separate one
      containing the spec file change) prior to check-in:</p>
    <ul>
      <li>Patch 1:</li>
      <ul>
        <li>base/server/python/pki/server/deployment/scriptlets/instance_layout.py</li>
        <li>base/server/tomcat7/conf/Catalina/localhost/pki#admin.xml</li>
        <li>base/server/tomcat7/conf/Catalina/localhost/pki#js.xml</li>
        <li>base/server/tomcat7/conf/Catalina/localhost/pki.xml</li>
        <li>base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml</li>
        <li>base/server/tomcat8/conf/Catalina/localhost/pki#js.xml</li>
        <li>base/server/tomcat8/conf/Catalina/localhost/pki.xml</li>
        <li>base/server/upgrade/10.4.0/02-MergePKIWebapps</li>
        <li>delete mode 100644
          base/server/tomcat7/conf/Catalina/localhost/pki#admin.xml</li>
        <li>delete mode 100644
          base/server/tomcat7/conf/Catalina/localhost/pki#js.xml</li>
        <li>delete mode 100644
          base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml</li>
        <li>delete mode 100644
          base/server/tomcat8/conf/Catalina/localhost/pki#js.xml</li>
        <li>create mode 100755
          base/server/upgrade/10.4.0/02-MergePKIWebapps</li>
      </ul>
      <li>Patch 2:</li>
      <ul>
        <li>dogtag/common-ui/CMakeLists.txt</li>
      </ul>
      <li>Patch 3:</li>
      <ul>
        <li>specs/dogtag-pki-theme.spec</li>
      </ul>
    </ul>
  </body>
</html>