* @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.");