3 # If the httpclient and logging jars are not in the standard directories
5 # CP='-cp /usr/local/lib/commons-httpclient-2.0-rc1.jar:/usr/local/lib/commons-logging-api.jar:/usr/local/lib/commons-logging.jar'
7 # Edit and uncomment to use an alternate port
8 # PORT='-DT2hproxy.port=1069'
9 PREFIX
='-DT2hproxy.prefix=http://localhost/'
10 # Edit and uncomment to use a proxy
11 # PROXY='-DT2hproxy.proxy=localhost:3128'
12 # These T2hproxy properties can be put in a file and read in all at once
13 # PROPERTIES='-DT2hproxy.properties=t2hproxy.prop
15 exec java
-jar $CP $PORT $PREFIX $PROXY $PROPERTIES T2hproxy.jar