summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjava/resources/IceGridAdmin.chmbin240124 -> 239344 bytes
-rwxr-xr-xjava/resources/IceGridAdmin/app_service_template.htm2
-rwxr-xr-xjava/resources/IceGridAdmin/command_line_arguments.htm8
-rwxr-xr-xjava/resources/IceGridAdmin/log-file-dialog.pngbin11743 -> 11611 bytes
-rwxr-xr-xjava/resources/IceGridAdmin/node.htm6
-rwxr-xr-xjava/resources/IceGridAdmin/registry.htm8
-rwxr-xr-xjava/resources/IceGridAdmin/server.htm6
-rwxr-xr-xjava/resources/IceGridAdmin/settings.js2
-rwxr-xr-xjava/resources/IceGridAdmin/slave_registry.htm6
-rwxr-xr-xjava/resources/IceGridAdmin/starting_icegrid_admin.htm6
-rwxr-xr-xjava/resources/IceGridAdmin/zoom_index.js15
-rwxr-xr-xjava/resources/IceGridAdmin/zoom_pageinfo.js80
12 files changed, 70 insertions, 69 deletions
diff --git a/java/resources/IceGridAdmin.chm b/java/resources/IceGridAdmin.chm
index cc3a0a2692e..983f08355f0 100755
--- a/java/resources/IceGridAdmin.chm
+++ b/java/resources/IceGridAdmin.chm
Binary files differ
diff --git a/java/resources/IceGridAdmin/app_service_template.htm b/java/resources/IceGridAdmin/app_service_template.htm
index 3adc441757a..e0b9d2a8fa3 100755
--- a/java/resources/IceGridAdmin/app_service_template.htm
+++ b/java/resources/IceGridAdmin/app_service_template.htm
@@ -108,7 +108,7 @@ else { parent.lazysync('app_service_template.htm'); }
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="app_adapter.htm">Adapter</a></span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="app_dbenv.htm">Database Environment</a></span></td></tr></table></div>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?app_service_template.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?app_service_template.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?app_service_template.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?app_service_template.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/command_line_arguments.htm b/java/resources/IceGridAdmin/command_line_arguments.htm
index 716347e3c58..cb39dc04800 100755
--- a/java/resources/IceGridAdmin/command_line_arguments.htm
+++ b/java/resources/IceGridAdmin/command_line_arguments.htm
@@ -99,8 +99,8 @@ else { parent.lazysync('command_line_arguments.htm'); }
<!--ZOOMRESTART-->
<p>IceGrid Admin can be configured using Ice properties, and like with most Ice applications, these properties can be set using command-line arguments or a configuration file (or both).</p>
<p>Since IceGrid Admin is an Ice application (a client to the IceGrid registry), setting regular Ice properties can be useful as well. For example, you can set the <span class="f_T_Code">Ice.Trace.Network</span> property to get detailed information about network communications sent to stderr.</p>
-<p class="p_Example"><span class="f_Example"> $ java /usr/lib/Ice-3.2.0/IceGridGUI.jar --Ice.Trace.Network=2</span></p>
-<p>Ice properties are described in detail in the <span class="f_IndentList2"> <img src="wblnk.png" width="12" height="10" border="0" alt=""> <a href="http://www.zeroc.com/doc/Ice-3.2.0/manual/" target="_blank" class="weblink" title="Distributed Programming with Ice">Ice manual</a>. </span></p>
+<p class="p_Example"><span class="f_Example"> $ java -jar /usr/lib/Ice-3.2b/IceGridGUI.jar --Ice.Trace.Network=2</span></p>
+<p>Ice properties are described in detail in the <span class="f_IndentList2"> <img src="wblnk.png" width="12" height="10" border="0" alt=""> <a href="http://www.zeroc.com/doc/Ice-3.2b/manual/" target="_blank" class="weblink" title="Distributed Programming with Ice">Ice manual</a>. </span></p>
<p><span class="f_IndentList2">The following table shows properties specific to IceGrid Admin itself:</span></p>
<div style="text-align: center; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px;"><table align="center" cellspacing="0" cellpadding="0" border="1" style="border: solid 2px #808080; border-spacing:0px; border-collapse: collapse;">
<tr style="text-align:left;vertical-align:top;">
@@ -149,11 +149,11 @@ else { parent.lazysync('command_line_arguments.htm'); }
</div>
<p><span class="f_IndentList2">&nbsp;</span></p>
<p>If you need to set many properties, it is a good idea to write a configuration file and use the --Ice.Config command-line argument to specify the location of this file. For example:</p>
-<p class="p_Example"><span class="f_Example"> $ java /usr/lib/Ice-3.2.0/IceGridGUI.jar --Ice.Config=$HOME/icegridadmin.conf</span></p>
+<p class="p_Example"><span class="f_Example"> $ java -jar /usr/lib/Ice-3.2b/IceGridGUI.jar --Ice.Config=$HOME/icegridadmin.conf</span></p>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?command_line_arguments.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?command_line_arguments.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?command_line_arguments.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?command_line_arguments.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/log-file-dialog.png b/java/resources/IceGridAdmin/log-file-dialog.png
index 3cea9718f9c..e5503f7f5be 100755
--- a/java/resources/IceGridAdmin/log-file-dialog.png
+++ b/java/resources/IceGridAdmin/log-file-dialog.png
Binary files differ
diff --git a/java/resources/IceGridAdmin/node.htm b/java/resources/IceGridAdmin/node.htm
index 8cf32e43c59..220f45a26d2 100755
--- a/java/resources/IceGridAdmin/node.htm
+++ b/java/resources/IceGridAdmin/node.htm
@@ -102,9 +102,9 @@ else { parent.lazysync('node.htm'); }
<p class="p_IndentList2"><span class="f_IndentList2">A node can be either up (</span><img src="node_up.png" width="16" height="16" border="0" alt=""><span class="f_IndentList2">) or down (</span><img src="node_down.png" width="16" height="16" border="0" alt=""><span class="f_IndentList2">). A "down" node is shown only when it is described by an application deployed on this IceGrid registry.</span></p>
<p class="p_Heading2"><span class="f_Heading2">Actions</span></p>
<p class="p_IndentList2"><span class="f_IndentList2">A node provides the following actions, from its contextual menu and from the </span><span class="f_T_Menu">Tools &gt; Node</span><span class="f_IndentList2"> menu:</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stdout</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stdout</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stdout log file of the IceGrid node into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the node stdout output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdOut</span><span class="f_IndentList3"> property.</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stderr</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stderr</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stderr log file of the IceGrid node into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the node stderr output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdErr</span><span class="f_IndentList3"> property.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Shutdown</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Shutdown the IceGrid node process. </span></p>
@@ -127,7 +127,7 @@ else { parent.lazysync('node.htm'); }
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="server.htm">Regular Server</a></span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="server.htm">IceBox Server</a></span></td></tr></table></div>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?node.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?node.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?node.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?node.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/registry.htm b/java/resources/IceGridAdmin/registry.htm
index 663b51a2573..fd3a8e4529d 100755
--- a/java/resources/IceGridAdmin/registry.htm
+++ b/java/resources/IceGridAdmin/registry.htm
@@ -102,9 +102,9 @@ else { parent.lazysync('registry.htm'); }
<p class="p_IndentList2"><span class="f_IndentList2">A registry provides the following actions, from its contextual menu and from the </span><span class="f_T_Menu">Tools &gt; Registry</span><span class="f_IndentList2"> menu:</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Add Well-Known Object</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Create a new dynamic well-known object in the IceGrid registry.</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stdout</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stdout</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stdout log file of the IceGrid registry into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the registry stdout output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdOut</span><span class="f_IndentList3"> property.</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stderr</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stderr</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stderr log file of the IceGrid registry into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the registry stderr output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdErr</span><span class="f_IndentList3"> property.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Shutdown</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Shutdown the registry process. </span></p>
@@ -118,7 +118,7 @@ else { parent.lazysync('registry.htm'); }
<p class="p_IndentList3"><span class="f_IndentList3">This table shows all the applications deployed on this IceGrid registry, along with the date and time of the last update of each application. A contextual menu allows you to:</span></p>
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 60px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList3">open the corresponding application descriptor</span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 60px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList3">patch the application, that is, instruct the IceGrid nodes to download the latest version of this application's files</span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 60px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList3">show additional details on this application in this registry</span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 60px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList3">remove (undeploy) the application from the registry</span></td></tr></table></div><p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Dynamic Well-Known Objects</span></p>
<p class="p_Heading2Sub2"><img src="dynamic-well-known-objects.png" width="462" height="146" border="0" alt=""></p>
-<p class="p_IndentList3"><span class="f_IndentList3">This table shows the well-known objects registry dynamically with the IceGrid registry: well-known objects defined using adapter and replica-group definitions are not included. A contextual menu allows you to add or remove entries from this table.</span></p>
+<p class="p_IndentList3"><span class="f_IndentList3">This table shows the well-known objects registry dynamically with the IceGrid registry: well-known objects defined using adapter and replica-group definitions are not included. A contextual menu allows you to add or remove entries from this table, and to show a given entry in its own dialog.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Dynamic Objects Adapters</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">This table shows the object adapters registered dynamically with the registry. It is typically empty. A registry allows dynamically registered adapters only when its </span><span class="f_T_Code">IceGrid.Registry.DynamicRegistration</span><span class="f_IndentList3"> property is set to a value greater than 0. A contextual menu allows you to remove entries from this table.</span></p>
<p class="p_Heading2"><span class="f_Heading2">Children</span></p>
@@ -126,7 +126,7 @@ else { parent.lazysync('registry.htm'); }
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="slave_registry.htm">Slave Registry</a></span></td></tr></table></div><div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="node.htm">Node</a></span></td></tr></table></div>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?registry.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?registry.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?registry.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?registry.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/server.htm b/java/resources/IceGridAdmin/server.htm
index fbd2c445c3b..693104d14cc 100755
--- a/java/resources/IceGridAdmin/server.htm
+++ b/java/resources/IceGridAdmin/server.htm
@@ -115,9 +115,9 @@ else { parent.lazysync('server.htm'); }
<p class="p_IndentList3"><span class="f_IndentList3">Patch the server's distribution, that is, instruct the IceGrid node to download the latest files from the server's distribution.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Write Message</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Open a dialog that allows you to write a message to the server's stdout or stderr. </span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stdout</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stdout</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stdout log file of this server into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the server's stdout output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdOut</span><span class="f_IndentList3"> property. This is usually achieved by setting the </span><span class="f_T_Code">IceGrid.Node.Output</span><span class="f_IndentList3"> property in the IceGrid node configuration file.</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stderr</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stderr</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stderr log file of this server into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when the server's stderr output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdErr</span><span class="f_IndentList3"> property. This is usually achieved by setting the </span><span class="f_T_Code">IceGrid.Node.Output</span><span class="f_IndentList3"> property in the IceGrid node configuration file.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Log</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve a log file of this server into a <a href="log_file_dialog.htm">Log File Dialog</a>.</span></p>
@@ -170,7 +170,7 @@ else { parent.lazysync('server.htm'); }
<div style="text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 30px;"><table border="0" cellpadding="0" cellspacing="0" style="line-height: normal;"><tr style="vertical-align:baseline" valign="baseline"><td width="13"><span style="font-size: 11pt; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'Arial'; color: #000000;">&#8226;</span></td><td><span class="f_IndentList2"><a href="service.htm">Service</a></span></td></tr></table></div>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?server.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?server.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?server.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?server.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/settings.js b/java/resources/IceGridAdmin/settings.js
index 393b1ba90a3..f0c7aa3151a 100755
--- a/java/resources/IceGridAdmin/settings.js
+++ b/java/resources/IceGridAdmin/settings.js
@@ -22,7 +22,7 @@ var Logging = 0;
var LogFileName = "./logs/searchwords.log";
var MaxKeyWordLineLen = 0;
var DictIDLen = 3;
-var NumKeywords = 1312;
+var NumKeywords = 1313;
var NumPages = 40;
var MaxMatches = 1000;
var MaxContextSeeks = 500;
diff --git a/java/resources/IceGridAdmin/slave_registry.htm b/java/resources/IceGridAdmin/slave_registry.htm
index b268c6648f8..833bc8ba307 100755
--- a/java/resources/IceGridAdmin/slave_registry.htm
+++ b/java/resources/IceGridAdmin/slave_registry.htm
@@ -100,9 +100,9 @@ else { parent.lazysync('slave_registry.htm'); }
<p>An IceGrid deployment may use several IceGrid registry replicas, with one Master registry and a number of read-only Slave registries.</p>
<p class="p_Heading2"><span class="f_Heading2">Actions</span></p>
<p class="p_IndentList2"><span class="f_IndentList2">A slave registry provides the following actions, from its contextual menu and from the </span><span class="f_T_Menu">Tools &gt; Registry</span><span class="f_IndentList2"> menu:</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stdout</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stdout</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stdout log file of the IceGrid registry into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when this registry stdout output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdOut</span><span class="f_IndentList3"> property.</span></p>
-<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve Stderr</span></p>
+<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Retrieve stderr</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Retrieve the stderr log file of the IceGrid registry into a <a href="log_file_dialog.htm">Log File Dialog</a>. This retrieval succeeds only when this registry stderr output has been redirected to a file using the</span><span class="f_T_Menu"> </span><span class="f_T_Code">Ice.StdErr</span><span class="f_IndentList3"> property.</span></p>
<p class="p_Heading2Sub2"><span class="f_Heading2Sub2">Shutdown</span></p>
<p class="p_IndentList3"><span class="f_IndentList3">Shutdown this registry process. </span></p>
@@ -114,7 +114,7 @@ else { parent.lazysync('slave_registry.htm'); }
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?slave_registry.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?slave_registry.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?slave_registry.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?slave_registry.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/starting_icegrid_admin.htm b/java/resources/IceGridAdmin/starting_icegrid_admin.htm
index d44fc8fe5c1..e144559fcf7 100755
--- a/java/resources/IceGridAdmin/starting_icegrid_admin.htm
+++ b/java/resources/IceGridAdmin/starting_icegrid_admin.htm
@@ -99,13 +99,13 @@ else { parent.lazysync('starting_icegrid_admin.htm'); }
<!--ZOOMRESTART-->
<p>In some environments, IceGrid Admin can be started by simply double-clicking on the IceGridGUI.jar file.</p>
<p>On all platforms, you can start IceGrid Admin from a terminal by typing:</p>
-<p class="p_Example"><span class="f_Example">java </span><span class="f_Example" style="font-style: italic;">path-to-IceGridGUI.jar</span></p>
+<p class="p_Example"><span class="f_Example">java -jar </span><span class="f_Example" style="font-style: italic;">path-to-IceGridGUI.jar</span></p>
<p>For example on a Linux system with an Ice RPM installation:</p>
-<p class="p_Example"><span class="f_Example">$ java /usr/lib/Ice-3.2.0/IceGridGUI.jar</span></p>
+<p class="p_Example"><span class="f_Example">$ java -jar /usr/lib/Ice-3.2b/IceGridGUI.jar</span></p>
<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url:
-<a href="http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?starting_icegrid_admin.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2.0/IceGridAdmin/index.html?starting_icegrid_admin.htm</a>
+<a href="http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?starting_icegrid_admin.htm" target="_top">http://www.zeroc.com/doc/Ice-3.2b/IceGridAdmin/index.html?starting_icegrid_admin.htm</a>
</p>
</div></div>
<script type="text/javascript">
diff --git a/java/resources/IceGridAdmin/zoom_index.js b/java/resources/IceGridAdmin/zoom_index.js
index c9e94dfa253..132e019346e 100755
--- a/java/resources/IceGridAdmin/zoom_index.js
+++ b/java/resources/IceGridAdmin/zoom_index.js
@@ -89,7 +89,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"http 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 15 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 15 38 15 39 15",
"www.zeroc.com 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 15 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 15 38 15 39 15",
"doc 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 15 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 15 38 15 39 15",
- "ice-3.2.0 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 45 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 30 38 30 39 15",
+ "ice-3.2b 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 45 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 30 38 30 39 15",
"icegridadmin 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 45 12 30 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 15 23 15 24 71 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 15 38 30 39 15",
"index.html 0 15 1 15 2 15 3 15 4 15 5 15 6 15 7 15 8 15 9 15 10 15 11 15 12 15 13 15 14 15 15 15 16 15 17 15 18 15 19 15 20 15 21 4 22 15 23 15 24 15 25 15 26 15 27 15 28 15 29 15 30 15 31 15 32 15 33 15 34 15 35 15 36 15 37 15 38 15 39 15",
"adapter.htm 0 25",
@@ -99,7 +99,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"typically 1 15 4 15 8 15 9 15 15 15 22 30 23 15 31 15 33 15",
"few 1 15 36 15",
"deployed 1 30 3 15 10 15 11 15 15 30 18 15 25 15 30 15 31 30 32 45",
- "given 1 15 11 15 33 15",
+ "given 1 15 11 15 31 15 33 15",
"instance 1 30 7 15 11 15 13 45 15 15 16 102 18 15 19 27 21 4 26 90",
"application 1 72 3 252 6 30 7 195 9 30 10 15 11 75 13 15 15 15 17 15 20 15 21 59 22 15 24 30 25 30 26 15 29 135 30 30 31 75 33 60 38 15",
"pane 1 15 3 30 7 15 9 45 25 15 26 15 27 15 29 45 36 45",
@@ -126,7 +126,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"application.htm 1 25",
"indirect 2 15 32 15",
"requires 2 15 28 15",
- "own 2 15 3 15 5 15 11 30 16 15 33 15",
+ "own 2 15 3 15 5 15 11 30 16 15 31 15 33 15",
"descriptor 2 15 4 15 6 15 7 15 10 15 18 15 21 4 31 15",
"need 2 15 4 15 22 15 24 15 26 30 36 15 38 30 39 15",
"simply 2 15 7 15 11 15 37 15",
@@ -507,7 +507,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"before 11 15 33 15",
"re-enabled 11 15 33 15",
"app_plain_server.htm 11 25",
- "entry 12 45 34 30",
+ "entry 12 45 31 15 34 30",
"service&#39;s 12 15 18 15",
"icestormservice 12 15",
"createicestorm 12 15",
@@ -691,7 +691,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"specific 21 4 22 15 26 60 33 15",
"substitute 21 8",
"respecitive 21 4",
- "show 21 4 29 15 31 15",
+ "show 21 4 29 15 31 30",
"toggle 21 4",
"variable-substitution 21 4",
"enabled 21 4 33 60",
@@ -740,6 +740,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"communications 22 15",
"sent 22 15",
"stderr 22 45 30 45 31 45 33 60 35 45",
+ "-jar 22 30 37 30",
"usr 22 30 37 15 38 15",
"lib 22 30 37 15 38 30",
"icegridgui.jar 22 30 37 41 38 30",
@@ -829,7 +830,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"patch 25 15 31 15 33 45",
"undeploy 25 15 31 15",
"live_deployment.htm 25 25",
- "dialog 26 41 28 252 30 30 31 30 33 60 35 30 36 15",
+ "dialog 26 41 28 252 30 30 31 45 33 60 35 30 36 15",
"press 26 15 27 15",
"open 26 15 28 15 31 15 33 15",
"select 26 30",
@@ -1055,7 +1056,7 @@ dictwords = ["adapter 0 297 2 282 4 15 8 15 11 90 12 15 14 30 17 15 20 15 31 15
"sun 38 15",
"jdk 38 15",
"here 38 15",
- "3.2.0 38 15",
+ "3.2b 38 15",
"system_requirements.htm 38 25",
"requirements 38 12",
"welcome 39 27",
diff --git a/java/resources/IceGridAdmin/zoom_pageinfo.js b/java/resources/IceGridAdmin/zoom_pageinfo.js
index 9f608ddc9df..17e6700c1c2 100755
--- a/java/resources/IceGridAdmin/zoom_pageinfo.js
+++ b/java/resources/IceGridAdmin/zoom_pageinfo.js
@@ -1,43 +1,43 @@
-pageinfo = [[1169571789,8623],
- [1169480257,6061],
- [1169571773,8999],
- [1169566661,11144],
- [1169562143,4898],
- [1169571711,5796],
- [1169507035,4747],
- [1169562105,9486],
- [1169571759,7783],
- [1169568833,4910],
- [1169568495,7112],
- [1169569693,17340],
- [1169506837,8018],
- [1169565737,6620],
- [1169568869,9049],
- [1169507067,6218],
- [1169571867,6203],
- [1169507931,6677],
- [1169507347,5935],
- [1169504459,5477],
- [1169506839,6316],
- [1169568417,23173],
- [1169563287,9943],
- [1169571705,5635],
- [1169561671,6540],
- [1169479681,7776],
- [1169156549,11170],
- [1169156489,4487],
- [1169506989,8528],
- [1169219763,8383],
- [1169227569,9221],
- [1169506929,11367],
- [1169506837,10000],
- [1169506837,19702],
- [1169245417,5881],
- [1169479635,6483],
- [1169571819,7406],
- [1169156383,4852],
- [1169219727,6204],
- [1169561615,6235]];
+pageinfo = [[1169571789,8621],
+ [1169480257,6059],
+ [1169571773,8997],
+ [1169566661,11141],
+ [1169562143,4896],
+ [1169571711,5794],
+ [1169507035,4745],
+ [1169562105,9484],
+ [1169571759,7780],
+ [1169568833,4908],
+ [1169568495,7110],
+ [1169569693,17338],
+ [1169506837,8016],
+ [1169565737,6618],
+ [1169568869,9047],
+ [1169507067,6216],
+ [1169571867,6201],
+ [1169507931,6675],
+ [1169507347,5933],
+ [1169504459,5475],
+ [1169828579,6314],
+ [1169568417,23171],
+ [1169824923,9948],
+ [1169571705,5633],
+ [1169561671,6538],
+ [1169479681,7774],
+ [1169156549,11168],
+ [1169156489,4485],
+ [1169506989,8526],
+ [1169219763,8381],
+ [1169828449,9219],
+ [1169828429,11410],
+ [1169506837,9998],
+ [1169828461,19700],
+ [1169245417,5879],
+ [1169828441,6481],
+ [1169571819,7404],
+ [1169822303,4859],
+ [1169219727,6200],
+ [1169561615,6232]];
pagedata = [ ["./adapter.htm","Adapter","An adapter represents an Ice object adapter described in the IceGrid registry that resides in a server or an IceBox service. Note that direct obje...",""],
["./application.htm","Application","IceGrid definitions are organized in \"applications\", with typically one or a few applications deployed on a given IceGrid instance. An Application...",""],
["./app_adapter.htm","Adapter","Each indirect object adapter registered with IceGrid requires its own Adapter descriptor. If you need to specify a direct adapter, simply create a...",""],