s

stool

Runs multiple web applications in multiple tomcats on a single machine. Stool is a command line tool that provides a lifecycle for stages: create, configure, build, run and remove. A stage contains web applications, that may come in different flavors: Maven war projects or artifacts (GAV coordinates).
https://github.com/mlhartme/stool
Michael Hartmeier Maximilian Braun Richard Sternagel Goekhan Arican
Files download
File Operation
stool-3.3.4.pom download
Apache Maven
<dependency>
  <groupId>net.oneandone.stool</groupId>
  <artifactId>stool</artifactId>
  <version>3.3.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.oneandone.stool:stool:3.3.4'
Gradle Kotlin
implementation("net.oneandone.stool:stool:3.3.4")
Scala SBT
libraryDependencies += "net.oneandone.stool" % "stool" % "3.3.4"
Groovy Grape
@Grapes(
  @Grab(group='net.oneandone.stool', module='stool', version='3.3.4')
)
Apache Ivy
<dependency org="net.oneandone.stool" name="stool" rev="3.3.4" />
Leiningen
[net.oneandone.stool/stool "3.3.4"]
Apache Buildr
'net.oneandone.stool:stool:jar:3.3.4'