# Custom script for launching quickstart in spanish.
JAVA_HOME=/home/bedework/jdk160_27
PATH=$PATH:$JAVA_HOME/bin
export JAVA_HOME PATH
LC_ALL=es_ES.utf8
LANG=es_ES.utf8
export LC_ALL LANG
JAVA_OPTS="$JAVA_OPTS -Duser.timezone=Europe/Madrid -Duser.country=ES -Duser.language=es -Dfile.encoding=UTF-8 -Duser.variant=ES "
export JAVA_OPTS
cd /home/bedework/quickstart-3.7
echo "Starting Apache DS in the background..."
./bw -quickstart dirstart >/home/bedework/last_bedework_startup.log &
echo "Starting Bedework in the background..."
./startjboss -heap 512M >>/home/bedework/last_bedework_startup.log & |