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

org.simplericity.jettyconsole.startstop.startstop.cnf Maven / Gradle / Ivy

There is a newer version: 1.64
Show newest version
# Configuration for %1$s
JAVA_HOME=%2$s
JAVA_USER=%3$s
JAVA_OPTS="-server -Xmx512m"
JAVA_ARGS="--headless --port 8080 --contextPath / --tmpDir jettyConsoleTmp"


# DEPLOYCMD: Any redeployment command that suits your needs.
#
# Available variables for use in the command:
#
#   $2 - Any additional argument given redeploy command on the command line.
#   $NEWJAR - The location to write the downloaded war file to.
#
# Here are some examples:
# DEPLOYCMD="scp [email protected]:/usr/releases/latest/%1$s.war $NEWJAR"
# DEPLOYCMD="scp [email protected]:/usr/releases/latest/$2.war $NEWJAR"
# DEPLOYCMD="wget -O $NEWJAR http://example.com/releases/latest/%1$s.war"
# DEPLOYCMD="wget -O $NEWJAR http://example.com/releases/latest/$2"
# DEPLOYCMD="curl -o $NEWJAR http://example.com/releases/latest/%1$s.war"
# DEPLOYCMD="curl -o $NEWJAR http://example.com/releases/latest/$2"
# DEPLOYCMD="cp /from/path/%1$s.war $NEWJAR"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy