org.apache.ldap.server
Class ServerMain

java.lang.Object
  extended byorg.apache.ldap.server.ServerMain

public class ServerMain
extends java.lang.Object

The command line main for the server. Warning this used to be a simple test case so there really is not much here.

Version:
$Rev: 264732 $
Author:
Apache Directory Project

Constructor Summary
ServerMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          Takes a single argument, an optional properties file to load with server startup settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerMain

public ServerMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Takes a single argument, an optional properties file to load with server startup settings.

Parameters:
args - the arguments
Throws:
java.lang.Exception


Copyright © 2003-2005 . All Rights Reserved.