<!doctype html>
<html>
 <head> 
  <title>Auxiliary Files</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Communication-Points_133162164.html">Communication Points</a></span> </li> 
       <li> <span><a href="Configuring-Communication-Points_133162165.html">Configuring Communication Points</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Auxiliary Files</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>The <strong>Auxiliary Files</strong> tab enables you to&nbsp;add any auxiliary files so that they are available for a communication point to use. Examples of auxiliary files are database drivers associated with database communication points, and library JAR files associated with the JMS communication point.&nbsp;</p>
      <p>Auxiliary files added through the <strong>Auxiliary Files</strong> tab are available to the specific communication point immediately, without requiring a Rhapsody restart. Alternatively, the auxiliary file can be placed in the <code>&lt;RhapsodyEngine&gt;/data/lib</code> folder to make it available to all communication points and filters. A Rhapsody restart is required for it to load the new file.</p>
      <p>The&nbsp;<strong>Auxiliary Files</strong>&nbsp;tab also indicates whether the local version of an auxiliary file is identical to, or newer or older than the engine version,&nbsp;or if either version has been deleted or moved and cannot be found.</p>
      <p><span class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img class="confluence-embedded-image" width="700" src="attachments/133162174/133162175.png" data-image-src="attachments/133162174/133162175.png" data-unresolved-comment-count="0" data-linked-resource-id="133162175" data-linked-resource-version="2" data-linked-resource-type="attachment" data-linked-resource-default-alias="AuxiliaryFiles.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133162174" data-linked-resource-container-version="5"></span></p>
      <p>You can perform the following actions on auxiliary files (including via the right-click menu):</p>
      <div class="table-wrap">
       <table class="wrapped confluenceTable">
        <colgroup>
         <col>
         <col>
        </colgroup>
        <tbody>
         <tr>
          <th class="confluenceTh">Action</th>
          <th class="confluenceTh">Description</th>
         </tr>
         <tr>
          <td class="confluenceTd">Add</td>
          <td class="confluenceTd">Select a local <span>auxiliary file </span>and adds it to the engine. A restart is required for Rhapsody to load the new file.</td>
         </tr>
         <tr>
          <td class="confluenceTd">Delete</td>
          <td class="confluenceTd"><span>Delete the selected&nbsp;</span><span>auxiliary file.</span></td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Download</td>
          <td colspan="1" class="confluenceTd">Update the selected auxiliary file in the engine to match the local version.</td>
         </tr>
         <tr>
          <td class="confluenceTd">Open</td>
          <td class="confluenceTd">Open the <span>selected&nbsp;</span><span>auxiliary file.</span></td>
         </tr>
        </tbody>
       </table>
      </div>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>