#!/bin/sh

echo "Starting server on http://localhost:8080"
echo ""

$CATALINA_HOME/bin/startup.sh

