#!/bin/bash
cd `/usr/bin/dirname "$0"`
export XTFWS=`pwd -P`
export CATALINA_HOME="$XTFWS/tomcat"
export XTF_HOME="$XTFWS/tomcat/webapps/xtf"
"$XTF_HOME/bin/textIndexer" $*
