Package org.red5.server
Class Bootstrap
java.lang.Object
org.red5.server.Bootstrap
Boot-straps Red5 using the latest available jars found in red5.home/lib directory.
- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com), Dominick Accattato (daccattato@gmail.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
Loads classloader with dependencies(package private) static String
getConfigurationRoot
(String root) Gets the configuration root(package private) static String
Gets the Red5 rootstatic void
BootStrapping entry point
-
Constructor Details
-
Bootstrap
public Bootstrap()
-
-
Method Details
-
main
BootStrapping entry point- Parameters:
args
- command line arguments- Throws:
Exception
- if error occurs
-
bootStrap
private static void bootStrap() throws InstantiationException, IllegalAccessException, ClassNotFoundException, NoSuchMethodException, InvocationTargetExceptionLoads classloader with dependencies -
getConfigurationRoot
Gets the configuration root- Parameters:
root
-- Returns:
-
getRed5Root
Gets the Red5 root- Returns:
- Throws:
IOException
-