#!/bin/bash
# Copy the extra libraries to the Tomcat lib directory
cp /mnt/extra-libs/* /usr/local/tomcat/lib/
# Start Tomcat
catalina.sh run