step7.htm revision 56ed5bbb263838f338eb8afc978091c01a4f2a2b
0N/A
0N/A
0N/A<div style="margin-left:10px;">
0N/A <h1>$page.getLocalizedString("summary.title")</h1>
0N/A <p>$page.getLocalizedString("summary.description")</p>
0N/A
0N/A <div class="summaryPanel" style="width:570px">
0N/A <b class="xtop">
0N/A <b class="xt1"></b>
0N/A <b class="xt2"></b>
0N/A <b class="xt3"></b>
0N/A <b class="xt4"></b>
0N/A </b>
0N/A <div class="headerBox">$page.getLocalizedString("summary.title")</div>
0N/A <div class="bodyBox" style="height:340px">
0N/A <span>
0N/A <b>$page.getLocalizedString("step3.sub.title")</b>
0N/A <a href="#" onclick="showTab(3); return false;">$page.getLocalizedString("edit.label")</a>
0N/A <div style="margin-left:10px">
0N/A <table class="temp">
0N/A <tr>
0N/A <td>
0N/A $page.getLocalizedString("ssl.label") <br>
0N/A $page.getLocalizedString("host.name.label") <br>
0N/A $page.getLocalizedString("local.port.label") <br>
0N/A #if ($embedded)
0N/A $page.getLocalizedString("local.admin.port.label") <br>
0N/A $page.getLocalizedString("local.jmx.port.label") <br>
0N/A #end
0N/A $page.getLocalizedString("root.suffix.label") <br>
0N/A $page.getLocalizedString("user.name.label") <br>
0N/A $page.getLocalizedString("directory.name.label")
0N/A </td>
0N/A <td>
0N/A $displayConfigStoreSSL <br>
0N/A $configStoreHost <br>
0N/A $configStorePort <br>
0N/A #if ($embedded)
0N/A $configStoreAdminPort <br>
0N/A $configStoreJmxPort <br>
0N/A #end
0N/A $rootSuffix <br>
0N/A $configStoreLoginId <br>
0N/A $configDirectory
0N/A </td>
0N/A </tr>
0N/A </table>
0N/A </div>
0N/A
0N/A #if ($firstInstance)
0N/A <b>$page.getLocalizedString("step4.sub.title")</b>
0N/A <a href="#" onclick="showTab(4); return false;">$page.getLocalizedString("edit.label")</a>
0N/A <div style="margin-left:10px">
0N/A <table class="temp">
0N/A <tr>
0N/A #if ($displayUserHostName)
0N/A <td>
0N/A $page.getLocalizedString("ssl.label")<br>
0N/A $page.getLocalizedString("host.name.label")<br>
0N/A $page.getLocalizedString("local.port.label")<br>
0N/A $page.getLocalizedString("root.suffix.label")<br>
0N/A $page.getLocalizedString("user.name.label")<br>
0N/A $page.getLocalizedString("store.type.label")
0N/A </td>
0N/A <td>
0N/A $xuserHostSSL<br>
0N/A $displayUserHostName<br>
0N/A $userHostPort<br>
0N/A $userRootSuffix<br>
0N/A $userLoginID<br>
0N/A $userStoreType
0N/A </td>
0N/A #else
0N/A <td colspan="2">
0N/A $page.getLocalizedString("default.user.store")
0N/A </td>
0N/A #end
0N/A </tr>
0N/A </table>
0N/A </div>
0N/A #end
0N/A
0N/A <b>$page.getLocalizedString("step5.sub.title")</b>
0N/A <a href="#" onclick="showTab(5); return false;">$page.getLocalizedString("edit.label")</a>
0N/A <div style="margin-left:10px">
0N/A <table class="temp">
0N/A <tr>
0N/A #if ($loadBalancerHost)
0N/A <td>
0N/A $page.getLocalizedString("site.name.label")<br>
0N/A $page.getLocalizedString("primary.url.label")<br>
0N/A $page.getLocalizedString("session.ha.sfo.enabled.label")
0N/A </td>
0N/A <td>
0N/A $loadBalancerHost<br>
0N/A $loadBalancerPort<br>
0N/A $loadBalancerSessionHASFO
0N/A </td>
0N/A #else
0N/A <td colspan="2">
0N/A $page.getLocalizedString("site.configure.label")
0N/A </td>
0N/A #end
0N/A </tr>
0N/A </table>
</div>
</span>
</div>
<b class="xbottom">
<b class="xbGray1"></b>
<b class="xbGray2"></b>
<b class="xbGray3"></b>
<b class="xbGray4"></b>
</b>
</div>
</div>