From 963a793ae80bd2b3aefccadedff0a5716646eb70 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 23 Nov 2011 16:18:13 +0000
Subject: [PATCH] Problem pointed out by Alin Brici.
---
opendj3/src/main/docbkx/install-guide/chap-install-gui.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/install-guide/chap-install-gui.xml b/opendj3/src/main/docbkx/install-guide/chap-install-gui.xml
index 871348c..80e9054 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-install-gui.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-install-gui.xml
@@ -70,7 +70,13 @@
installer.</para>
<screen>$ export PATH=/path/to/java6/bin:$PATH
-$ javaws http://www.forgerock.org/downloads/opendj/<?eval ${docTargetVersion}?>/install/QuickSetup.jnlp</screen>
+$ javaws <replaceable>URL-to-QuickStart-Installer</replaceable></screen>
+
+ <para>The <replaceable>URL-to-QuickStart-Installer</replaceable> includes the
+ version of OpenDJ. For example,
+ <replaceable>URL-to-QuickStart-Installer</replaceable> for version
+ <?eval ${docTargetVersion}?> is
+ <literal>http://www.forgerock.org/downloads/opendj/<?eval ${docTargetVersion}?>/install/QuickSetup.jnlp</literal>.</para>
<para>The WebStart installer corresponds to what you start if you download
OpenDJ-<?eval ${docTargetVersion}?>.zip, unzip the file, and then run
--
Gitblit v1.10.0