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

templates.bin.stool-raw.sh Maven / Gradle / Ivy

Go to download

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).

The newest version!
#! /bin/sh
# Stool overview and the service startup invoke this script to execute stool commands with the login environment of the stage owner.
# This script needs sudo permissions.
bash --login -c "source ${{stool.bin}}/stool-function && stool $*"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy