Package org.apache.geronimo.main

Examples of org.apache.geronimo.main.ScriptLaunchListener


        Bootstrapper boot = super.createBootstrapper(parser);
        boot.setWaitForStop(true);
        boot.setStartBundles(Arrays.asList("org.apache.geronimo.framework/j2ee-system//car"));
        boot.setLog4jConfigFile("var/log/server-log4j.properties");
        boot.setCleanStorage( ((DaemonCLParser) parser).isCleanCache() );
        boot.setLaunchListener(new ScriptLaunchListener("server"));
        return boot;
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.main.ScriptLaunchListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.