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 2015/11/22 20:30:55 UTC

svn commit: r973248 - in /websites/staging/directory/trunk/content: ./ studio/faqs.html

Author: buildbot
Date: Sun Nov 22 19:30:55 2015
New Revision: 973248

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/faqs.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 22 19:30:55 2015
@@ -1 +1 @@
-1715332
+1715680

Modified: websites/staging/directory/trunk/content/studio/faqs.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/faqs.html (original)
+++ websites/staging/directory/trunk/content/studio/faqs.html Sun Nov 22 19:30:55 2015
@@ -170,112 +170,48 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="#when-browsing-and-expanding-an-entry-studio-only-shows-1000-child-entries">When browsing and expanding an entry, Studio only shows 1000 child entries.</a></li>
 <li><a href="#how-to-set-the-java-vm-to-use">How to set the Java VM to use?</a></li>
 <li><a href="#how-to-increase-the-heap-memory">How to increase the heap memory?</a></li>
+<li><a href="#location-of-apachedirectorystudioini-file">Location of ApacheDirectoryStudio.ini file</a></li>
 <li><a href="#location-of-apache-directory-studio-settings">Location of Apache Directory Studio settings</a></li>
 </ul>
 </div>
 <h3 id="how-to-set-the-language-of-studio">How to set the language of Studio?<a class="headerlink" href="#how-to-set-the-language-of-studio" title="Permanent link">&para;</a></h3>
 <p>Studio currentlly is translated in three languages: English (en), French (fr) and German (de). When starting Studio, the language setting of your operation system is used to determine the language of Studio (On linux, the LC_CTYPE environment variable is used to determinate the default language). </p>
-<p>However it is possible to force another language:</p>
-<ul>
-<li>
-<p>The first option is to start Apache Directory Studio with the following command line parameters:</p>
-<ul>
-<li>
-<p>On Linux:</p>
-<div class="codehilite"><pre><span class="o">./</span><span class="n">ApacheDirectoryStudio</span> <span class="o">-</span><span class="n">nl</span> <span class="n">en</span>
-</pre></div>
-
-
-</li>
-<li>
-<p>On Windows:</p>
-<div class="codehilite"><pre>&quot;<span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Studio</span><span class="p">.</span><span class="n">exe</span>&quot; <span class="o">-</span><span class="n">nl</span> <span class="n">en</span>
-</pre></div>
-
-
-</li>
-</ul>
-</li>
-<li>
-<p>The second option is to create a file <em>Apache Directory Studio.ini</em> (for Windows) or <em>ApacheDirectoryStudio.ini</em> (for Mac OS X and Linux) in Studio's installation directory (for Mac OS X the correct location is <em>Apache Directory Studio/Contents/MacOS</em>) with the following content:</p>
+<p>However it is possible to force another language. Add the following content to the <em>ApacheDirectoryStudio.ini</em> file:</p>
 <div class="codehilite"><pre><span class="o">-</span><span class="n">nl</span>
 <span class="n">en</span>
 </pre></div>
 
 
-</li>
-</ul>
 <p>Please notice the line break between -nl and the language.</p>
 <h3 id="when-browsing-and-expanding-an-entry-studio-only-shows-1000-child-entries">When browsing and expanding an entry, Studio only shows 1000 child entries.<a class="headerlink" href="#when-browsing-and-expanding-an-entry-studio-only-shows-1000-child-entries" title="Permanent link">&para;</a></h3>
 <p>Studio uses a client-side count limit when browsing the DIT. This limit is defined in the connection properties. See
 <a href="./users-guide/ldap_browser/tools_connection_properties.html#tools_connection_properties_browser_options">Connection Properties</a> how to change it. </p>
 <h3 id="how-to-set-the-java-vm-to-use">How to set the Java VM to use?<a class="headerlink" href="#how-to-set-the-java-vm-to-use" title="Permanent link">&para;</a></h3>
-<ul>
-<li>
-<p>The first option is to start Apache Directory Studio with the following command line parameters:</p>
-<ul>
-<li>
-<p>On Linux:</p>
-<div class="codehilite"><pre><span class="o">./</span><span class="n">ApacheDirectoryStudio</span> <span class="o">-</span><span class="n">vm</span> <span class="o">&lt;</span><span class="n">path</span> <span class="n">to</span> <span class="n">java</span> <span class="n">executable</span><span class="o">&gt;</span>
-</pre></div>
-
-
-</li>
-<li>
-<p>On Windows:</p>
-<div class="codehilite"><pre>&quot;<span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Studio</span><span class="p">.</span><span class="n">exe</span>&quot; <span class="o">-</span><span class="n">vm</span> <span class="o">&lt;</span><span class="n">path</span> <span class="n">to</span> <span class="n">java</span> <span class="n">executable</span><span class="o">&gt;</span>
-</pre></div>
-
-
-</li>
-</ul>
-</li>
-<li>
-<p>The second option is to create a file <em>Apache Directory Studio.ini</em> (for Windows) or <em>ApacheDirectoryStudio.ini</em> (for Mac OS X and Linux) in Studio's installation directory (for Mac OS X the correct location is <em>Apache Directory Studio/Contents/MacOS</em>) with the following content:</p>
+<p>Add the following content to <em>ApacheDirectoryStudio.ini</em> file:</p>
 <div class="codehilite"><pre><span class="o">-</span><span class="n">vm</span>
 <span class="o">&lt;</span><span class="n">path</span> <span class="n">to</span> <span class="n">java</span> <span class="n">executable</span><span class="o">&gt;</span>
 </pre></div>
 
 
-</li>
-</ul>
 <p>Please notice the line break between -vm and the path.</p>
+<p>Mac OS X notes:
+<em> You need to install the JDK (Java Development Kit), the JRE is not enough!
+</em> You can find out the Java home directories with <code>/usr/libexec/java_home -V</code>, append <code>/bin/java</code> to the path</p>
 <h3 id="how-to-increase-the-heap-memory">How to increase the heap memory?<a class="headerlink" href="#how-to-increase-the-heap-memory" title="Permanent link">&para;</a></h3>
-<ul>
-<li>
-<p>The first option is to start Apache Directory Studio with the following command line parameters:</p>
-<ul>
-<li>
-<p>On Linux:</p>
-<div class="codehilite"><pre><span class="o">./</span><span class="n">ApacheDirectoryStudio</span> <span class="o">-</span><span class="n">vmargs</span> <span class="o">-</span><span class="n">Xms128m</span> <span class="o">-</span><span class="n">Xmx512m</span> <span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">PermSize</span><span class="p">=</span>128<span class="n">m</span>
-<span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">MaxPermSize</span><span class="p">=</span>128<span class="n">m</span>
-</pre></div>
-
-
-</li>
-<li>
-<p>On Windows:</p>
-<div class="codehilite"><pre>&quot;<span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Studio</span><span class="p">.</span><span class="n">exe</span>&quot; <span class="o">-</span><span class="n">vmargs</span> <span class="o">-</span><span class="n">Xms128m</span> <span class="o">-</span><span class="n">Xmx512m</span> <span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">PermSize</span><span class="p">=</span>128<span class="n">m</span>
-<span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">MaxPermSize</span><span class="p">=</span>128<span class="n">m</span>
-</pre></div>
-
-
-</li>
-</ul>
-</li>
-<li>
-<p>The second option is to create a file <em>Apache Directory Studio.ini</em> (for Windows) or <em>ApacheDirectoryStudio.ini</em> (for Mac OS X and Linux) in Studio's installation directory (for Mac OS X the correct location is <em>Apache Directory Studio/Contents/MacOS</em>) with the following content:</p>
-<div class="codehilite"><pre><span class="o">-</span><span class="n">vmargs</span>
-<span class="o">-</span><span class="n">Xms128m</span><span class="o">/</span>
-<span class="o">-</span><span class="n">Xmx512m</span>
-<span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">PermSize</span><span class="p">=</span>128<span class="n">m</span>
-<span class="o">-</span><span class="n">XX</span><span class="p">:</span><span class="n">MaxPermSize</span><span class="p">=</span>128<span class="n">m</span>
+<p>Add the following content to <em>ApacheDirectoryStudio.ini</em> file:</p>
+<div class="codehilite"><pre>    <span class="o">-</span><span class="n">vmargs</span>
+    <span class="o">-</span><span class="n">Xms128m</span>
+    <span class="o">-</span><span class="n">Xmx512m</span>
 </pre></div>
 
 
-</li>
-</ul>
 <p>Please notice the line breaks.</p>
+<h3 id="location-of-apachedirectorystudioini-file">Location of <code>ApacheDirectoryStudio.ini</code> file<a class="headerlink" href="#location-of-apachedirectorystudioini-file" title="Permanent link">&para;</a></h3>
+<ul>
+<li>On Linux: in the installation folder</li>
+<li>On Mac OS X: <code>/Applications/ApacheDirectoryStudio.app/Contents/ApacheDirectoryStudio.ini</code></li>
+<li>On Windows: in the installation folder</li>
+</ul>
 <h3 id="location-of-apache-directory-studio-settings">Location of Apache Directory Studio settings<a class="headerlink" href="#location-of-apache-directory-studio-settings" title="Permanent link">&para;</a></h3>
 <p>The settings are located per default in your home directory under the directory <em>.ApacheDirectoryStudio</em>.</p>
 <p>The file containing all connections is:</p>