Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.starter
Class ServerStarter

java.lang.Object
  extended by org.jivesoftware.wildfire.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. Wildfire 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 wildfire.lib.directory is specified ServerStarter will attempt to use this value as the value for wildfire'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)

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.