[release] Update version to 0.9.6+ post release
[gpxe.git] / contrib / t2hproxy / runT2proxy.sh
blobd7fc0d2d20094032d867f4b5343aa8d5fbb6005b
1 #!/bin/sh
3 # If the httpclient and logging jars are not in the standard directories
4 # edit and uncomment
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