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 sudo or root):
                

      wget https://archive.apache.org/dist/directory/apacheds/dist/2.0.0-M20/apacheds-2.0.0-M20-32bit.bin chmod a+x *.bin ./apacheds-2.0.0-M20-32bit.bin

      For 64-bit (as sudo or root):
                

      wget https://archive.apache.org/dist/directory/apacheds/dist/2.0.0-M20/apacheds-2.0.0-M20-64bit.bin chmod a+x *.bin ./apacheds-2.0.0-M20-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-M20/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 sudo or root):
                

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

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

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


    Copyright 2003-2018, The Apache Software Foundation. All RightsReserved.