Package org.ofbiz.base.container.groovy

Examples of org.ofbiz.base.container.groovy.GroovyShellService


     * @see org.ofbiz.base.container.Container#start()
     */
    @Override
    public boolean start() throws ContainerException {
        int port = getTelnetPort();
        gsh = new GroovyShellService(port);
        gsh.launchInBackground();

        log.info("Started Groovy telnet service on port [" + port + "].");
        log.info("NOTICE: The Groovy service port is not secure. Please protect it.");

View Full Code Here

TOP

Related Classes of org.ofbiz.base.container.groovy.GroovyShellService

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.