##############################################################################
##                                                                          ##
##  iBeans install script for UN*X                                        ##
##                                                                          ##
##############################################################################

##
## $Revision: $
## $Id: $
##

if [ ! -d "$CATALINA_HOME" ] ; then
  echo "CATALINA_HOME is not set in your environment, assuming this script is being run from the CATALINA_HOME/mule-ibeans/bin directory."
  CATALINA_HOME=../..
fi

java -Dcatalina.home=$CATALINA_HOME -jar $CATALINA_HOME/mule-ibeans/tools/updater-1.0.jar
echo Install complete.  Start Tomcat/Tcat and go to http://localhost:8080/ibeans
