Class RuntimeBuilderServer

    • Constructor Detail

      • RuntimeBuilderServer

        public RuntimeBuilderServer​(java.io.File configFile,
                                    java.lang.String extServerURL,
                                    java.lang.String root,
                                    AppDefinition[] apps)
                             throws java.io.IOException,
                                    PropException
        Constructor for the standard server.
        Parameters:
        configFile - The configuration file, null for default.
        extServerURL - The external server URL, null for default.
        root - The Web Server root, null for default.
        apps - The apps loaded.
        Throws:
        java.io.IOException - For load failure.
        PropException - For property errors.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for stand-alone server start.