Installing ApacheDS and Apache Directory Studio for a Oracle SOA Suite environment on Mac
In this article, I will show you how to install ApacheDS on Linux and Apache Directory Studio on MacOS.
At the moment, you cannot install ApacheDS using the default installer on Mac OS X High Sierra, since the installer tries to access folders that it not permitted by the OS.
Therefore, I have installed ApacheDS on a Oracle Enterprise Linux VM running on VirtualBox and an Apache Directory Studio running on Mac.
Section 1 - Install and start ApacheDS on Linux
In order to install ApacheDS on Linux, follow the next steps:
Section 2 - Install Apache Directory on Mac
In order to install Apache Directory Studio on Mac, follow the next steps:
At the moment, you cannot install ApacheDS using the default installer on Mac OS X High Sierra, since the installer tries to access folders that it not permitted by the OS.
Therefore, I have installed ApacheDS on a Oracle Enterprise Linux VM running on VirtualBox and an Apache Directory Studio running on Mac.
Section 1 - Install and start ApacheDS on Linux
In order to install ApacheDS on Linux, follow the next steps:
- Download ApacheDS from here
- Open a terminal and navigate to your downloads folder
- chmod a+x apacheds-2.0.0-M24-64bit.bin
- ./apacheds-2.0.0-M24-64bit.bin
- To start ApacheDS run the following command "sudo /etc/init.d/apacheds-2.0.0-M24-default start"
In order to install Apache Directory Studio on Mac, follow the next steps:
- Download Apache Directory Studio from here
- Execute the dmg from your downloads folder
- Drag n drop the Apache Directory Studio icon to your Applications folder
Once you are done, open Apache Directory Studio.
- Go to the main menu and navigate to LDAP->New Connection. Complete your hostname and the default port which is 10389 in our case and click next.
- Enter the Bind DN to "bid=admin,ou=system" and Bind password to "secret", which is the default password. Also click Check Authentication button to make sure everything is correct and finally click Finish.

Comments
Post a Comment