Class TomcatLauncher

java.lang.Object
io.github.rajendarreddyj.tomcat.lifecycle.TomcatLauncher

public class TomcatLauncher extends Object
Manages Tomcat process lifecycle.
Since:
1.0.0
Author:
rajendarreddyj
  • Constructor Details

    • TomcatLauncher

      public TomcatLauncher(ServerConfiguration config, Log log)
      Creates a new TomcatLauncher with the given configuration.
      Parameters:
      config - the server configuration
      log - the Maven logger
  • Method Details