Package org.wso2.carbon.server
Class Main
- java.lang.Object
-
- org.wso2.carbon.server.Main
-
public class Main extends Object
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinvokeExtensions()Invoke the extensions specified in the carbon.xmlstatic voidlaunchCarbon()Launch the Carbon Server.static voidmain(String[] args)Launch the Carbon server.static voidprocessCmdLineArgs(String[] args)Process command line arguments and set corresponding system properties.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Launch the Carbon server. 1) Process and set system properties 2) Invoke extensions. 3) Launch OSGi framework.- Parameters:
args- command line arguments.
-
processCmdLineArgs
public static void processCmdLineArgs(String[] args)
Process command line arguments and set corresponding system properties.- Parameters:
args- cmd line args
-
invokeExtensions
public static void invokeExtensions()
Invoke the extensions specified in the carbon.xml
-
launchCarbon
public static void launchCarbon()
Launch the Carbon Server.
-
-