Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ApacheDS core is comprised of JavaBeans components, and can easily be instantiated started and stopped with simple Java code. This is done by the following listener.

The class StartStopListener implements ServletContextListener and therefore contains the following two life cycle methods:

...

No Format
svn co http://svn.apache.org/repos/asf/directory/documentation/samples/trunk/apacheds-archetype-webapp
cd apacheds-archetype-webapp
mvn install

...