org.red5.server
Class Standalone

java.lang.Object
  extended by org.red5.server.Standalone

public class Standalone
extends Object

Entry point from which the server config file is loaded.

Author:
The Red5 Project (red5@osflash.org), Dominick Accattato (Dominick@gmail.com), Luke Hubbard, Codegent Ltd (luke@codegent.com)

Field Summary
protected static org.slf4j.Logger log
          Initialize Logging.
protected static String red5Config
           
 
Constructor Summary
Standalone()
           
 
Method Summary
static void main(String[] args)
          Main entry point for the Red5 Server usage Java Standalone.
static void raiseOriginalException(Throwable e)
          Re-throws exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log
Initialize Logging.


red5Config

protected static String red5Config
Constructor Detail

Standalone

public Standalone()
Method Detail

raiseOriginalException

public static void raiseOriginalException(Throwable e)
                                   throws Throwable
Re-throws exception

Parameters:
e - Exception
Throws:
Throwable - Re-thrown exception

main

public static void main(String[] args)
                 throws Throwable
Main entry point for the Red5 Server usage Java Standalone.

Parameters:
args - String passed in that points to a red5.xml config file
Throws:
Throwable - Base type of all exceptions


Copyright © 2006-2007 the Red5 project.