<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Please review the attached patch which addresses the following
    ticket:<br>
    <ul>
      <li><a href="https://fedorahosted.org/pki/ticket/1677">PKI TRAC
          #1677 - Pkidestroy of a TPS instance installed in a shared
          tomcat throws error.</a></li>
    </ul>
    <p>Without the patch:<br>
    </p>
    <blockquote># pkidestroy<br>
      Subsystem (CA/KRA/OCSP/TKS/TPS) [CA]: TPS<br>
      Instance [pki-tomcat]: <br>
      <br>
      Begin uninstallation (Yes/No/Quit)? Yes<br>
      <br>
      Log file: /var/log/pki/pki-tps-destroy.20160601102651.log<br>
      Loading deployment configuration from
      /var/lib/pki/pki-tomcat/tps/registry/tps/deployment.cfg.<br>
      Uninstalling TPS from /var/lib/pki/pki-tomcat.<br>
      pkidestroy  : WARNING  ....... Failed to update TPS connector on
      TKS<br>
      pkidestroy  : ERROR    ....... TKS Host or Port is undefined<br>
      <br>
      Uninstallation complete.<br>
    </blockquote>
    With the patch:<br>
    <blockquote># pkidestroy<br>
      Subsystem (CA/KRA/OCSP/TKS/TPS) [CA]: TPS<br>
      Instance [pki-tomcat]: <br>
      <br>
      Begin uninstallation (Yes/No/Quit)? Yes<br>
      <br>
      Log file: /var/log/pki/pki-tps-destroy.20160601110057.log<br>
      Loading deployment configuration from
      /var/lib/pki/pki-tomcat/tps/registry/tps/deployment.cfg.<br>
      Uninstalling TPS from /var/lib/pki/pki-tomcat.<br>
      <br>
      Uninstallation complete.<br>
      <br>
    </blockquote>
  </body>
</html>