Jive Messenger 2.2.2 Javadoc

org.jivesoftware.messenger.starter
Class ServerStarter

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

public class ServerStarter
extends 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. Jive Messenger servers launched through a J2EE container (servlet/EJB) will use those environment's classloading facilities to ensure proper startup.

Tasks:

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

Author:
Iain Shigeoka

Constructor Summary
ServerStarter()
           
 
Method Summary
static void main(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(String[] args)

Jive Messenger 2.2.2 Javadoc

Copyright © 1999-2004 Jive Software.