Navigation Links
  • Ten Minute Guide

  • Setup Apache Directory Server



    This section provides instructions to install the Apache Directory Server which is needed by Fortress

    Steps to install:
    1. Download and install Apache Directory Server

      For 32-bit (as root):
                  

      wget http://mirror.nexcess.net/apache//directory/apacheds/dist/2.0.0-M19/apacheds-2.0.0-M19-32bit.bin chmod a+x *.bin ./apacheds-2.0.0-M19-32bit.bin

      For 64-bit (as root):
                  

      wget http://mirror.nexcess.net/apache//directory/apacheds/dist/2.0.0-M19/apacheds-2.0.0-M19-64bit.bin chmod a+x *.bin ./apacheds-2.0.0-M19-64bit.bin

      Unless you know what you're doing, accept the defaults.

    2. If you have trouble pulling you can get binaries here: Apache Directory Downloads Page.

    3. Edit ApacheDS conf file
                  

      sudo vi /opt/apacheds-2.0.0-M19/conf/wrapper.conf

    4. Add location of java:
                  

      wrapper.java.command=/path/java/bin/java

      Where 'path' equals fully qualified location of target machine's java.

    5. Save and exit.

    6. After installation start the directory server process. From system command prompt (as root):
                  

      /etc/init.d/apacheds-2.0.0-M19-default start

    7. Check the status of server process. From system command prompt (as root):
                  

      /etc/init.d/apacheds-2.0.0-M19-default status ApacheDS - default is running (70041).


    Copyright 2003-2015, The Apache Software Foundation. All Rights Reserved.