DOC

org.apache.geronimo.plugins : directory

Maven & Gradle

Mar 16, 2008

Apache Geronimo-Apache Directory Server Plugin · This plugin integrates the Apache Directory Server (ApacheDS) LDAP server with Geronimo. That means that Geronimo will run an embedded LDAP server when it starts. This LDAP server may be used for LDAP security realms within Geronimo, as well as for other purposes by Geronimo applications or by remote applications. For more information on the ApacheDS project, see http://directory.apache.org

Table Of Contents

Latest Version

Download org.apache.geronimo.plugins : directory Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.geronimo.plugins : directory Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file directory-1.0-javadoc.jar to directory-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder directory-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "directory-1.0-sources.jar" -d "directory-1.0-javadoc" -subpackages