#!/bin/sh
TOMCAT_HOME=/home/tomcat/jakarta-tomcat
java -cp $TOMCAT_HOME/common/lib/servlet-api.jar:classes org.crosswire.sword.orb.SwordOrb $*
