#!/bin/sh
exec 2>&1


export CATALINA_BASE=/usr/share/apache-tomcat
export CATALINA_TMPDIR=/tmp

exec chpst -u tomcat:tomcat /usr/share/apache-tomcat/bin/catalina.sh run
