You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/10/29 11:26:24 UTC

svn commit: r836479 - in /websites/staging/directory/trunk/content: ./ apacheds/basic-ug/1.3-installing-and-starting.html

Author: buildbot
Date: Mon Oct 29 10:26:24 2012
New Revision: 836479

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 29 10:26:24 2012
@@ -1 +1 @@
-1403222
+1403240

Modified: websites/staging/directory/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.html (original)
+++ websites/staging/directory/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.html Mon Oct 29 10:26:24 2012
@@ -147,12 +147,13 @@
 </div>
 <h2 id="prerequisites">Prerequisites</h2>
 <ul>
-<li>
-<p><strong>Java 5.0</strong> (at least). We recommend using <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Sun's JDK</a> , but the server has also been successfully tested with JRockit 5.0 and with IBM Java 5.0. The server also works well with Java version 6 and 7. 
-You can check your java installation with:</p>
-<p>java -version</p>
-</li>
+<li><strong>Java 5.0</strong> (at least). We recommend using <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Sun's JDK</a> , but the server has also been successfully tested with JRockit 5.0 and with IBM Java 5.0. The server also works well with Java version 6 and 7. </li>
 </ul>
+<p>You can check your java installation with:</p>
+<div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">version</span>
+</pre></div>
+
+
 <p>this should response something like:</p>
 <div class="codehilite"><pre><span class="n">java</span> <span class="n">version</span> <span class="s">&quot;1.5.0_06&quot;</span>
 <span class="n">Java</span><span class="p">(</span><span class="n">TM</span><span class="p">)</span> <span class="mi">2</span> <span class="n">Runtime</span> <span class="n">Environment</span><span class="p">,</span> <span class="n">Standard</span> <span class="n">Edition</span> <span class="p">(</span><span class="n">build</span> <span class="mf">1.5.0_06</span><span class="o">-</span><span class="n">b05</span><span class="p">)</span>
@@ -180,7 +181,7 @@ You can check your java installation wit
 <h1 id="installation-on-windows">Installation on Windows</h1>
 <p>Installing can be easily done using the Windows installer. Its interface and functionality is similar to other wizard based installers.</p>
 <p><CENTER>
-<img alt="Windows Installer" src="../images/Windows_Installer.png" />
+<img alt="Windows Installer" src="images/Windows_Installer.png" />
 </CENTER></p>
 <p>To install the ApacheDS as Windows service you need <em>Administrator</em> privileges.</p>
 <h3 id="starting-and-stopping-the-server">Starting and stopping the server</h3>
@@ -189,7 +190,7 @@ You can check your java installation wit
 <h2 id="installation-on-mac-os-x">Installation on Mac OS X</h2>
 <p>To install Apache DS on Mac OS X, simply open the downloaded DMG file and then the "Apache Directory Server Installer.pkg" in it.</p>
 <p><CENTER>
-<img alt="MacOSX installer" src="../images/MacOSX_Installer.png" />
+<img alt="MacOSX installer" src="images/MacOSX_Installer.png" />
 </CENTER></p>
 <p>From there, you will be guided to install Apache DS on your system.</p>
 <h3 id="starting-and-stopping-the-server_1">Starting and stopping the server</h3>