source: gs3-extensions/pharos/trunk/bin/script/pharos-start-derby.sh@ 21250

Last change on this file since 21250 was 21250, checked in by davidb, 14 years ago

Elimination of IMAGEIS environment variable. Everything is now based around PHAROSIS_HOME

File size: 276 bytes
Line 
1#!/bin/bash
2
3derbyjar_dir=$PHAROSIS_HOME/WEB-INF/lib
4
5java "-Dderby.system.home=$DERBYDB_HOME" \
6 -classpath $derbyjar_dir/derby.jar:$derbyjar_dir/derbynet.jar:$derbyjar_dir/derbytools.jar:$derbyjar_dir/derbyclient.jar \
7 org.apache.derby.drda.NetworkServerControl start
8
Note: See TracBrowser for help on using the repository browser.