Connection Manager 3.4.4 Javadoc

org.jivesoftware.multiplexer.starter
Class ServerStarter

java.lang.Object
  extended by org.jivesoftware.multiplexer.starter.ServerStarter

public class ServerStarter
extends java.lang.Object

Starts the core XMPP server. A bootstrap class that configures classloaders to ensure easy, dynamic server startup. This class should be for standalone mode only. Connection managers launched through a J2EE container (servlet/EJB) will use those environment's classloading facilities to ensure proper startup.

Tasks:

Note: if the enviroment property cmanager.lib.dir is specified ServerStarter will attempt to use this value as the value for Connection Manager's lib directory. If the property is not specified the default value of ../lib will be used.

Author:
Gaston Dombiak

Constructor Summary
ServerStarter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStarter

public ServerStarter()
Method Detail

main

public static void main(java.lang.String[] args)

Connection Manager 3.4.4 Javadoc

Copyright © 2003-2006 Jive Software.