All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.akhikhl.gretty.TomcatStartTask.groovy Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
/*
 * Gretty
 *
 * Copyright (C) 2013-2015 Andrey Hihlovskiy and contributors.
 *
 * See the file "LICENSE" for copying and usage permission.
 * See the file "CONTRIBUTORS" for complete list of contributors.
 */
package org.akhikhl.gretty

/**
 *
 * @author akhikhl
 */
class TomcatStartTask extends AppStartTask {

  @Override
  protected String getCompatibleServletContainer(String servletContainer) {
    ServletContainerConfig.getTomcatCompatibleServletContainer(servletContainer)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy