summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'config-proxy')
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh
index e02073787db..63aaf11280f 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl.sh
+++ b/config-proxy/src/main/sh/vespa-config-ctl.sh
@@ -88,7 +88,7 @@ LOGDIR="${VESPA_HOME}/logs/vespa"
LOGFILE="$LOGDIR/vespa.log"
VESPA_LOG_TARGET="file:$LOGFILE"
VESPA_LOG_CONTROL_DIR="${VESPA_HOME}/var/db/vespa/logcontrol"
-cp="libexec/vespa/patches/configproxy:lib/jars/config-proxy-jar-with-dependencies.jar"
+cp="lib/jars/config-proxy-jar-with-dependencies.jar"
VESPA_LOG_LEVEL="all -debug -spam"
@@ -120,12 +120,12 @@ case $1 in
echo "Starting config proxy using $configsources as config source(s)"
vespa-runserver -r 10 -s configproxy -p $P_CONFIG_PROXY -- \
java ${jvmopts} \
- -XX:+ExitOnOutOfMemoryError $(getJavaOptionsIPV46) \
- -Dproxyconfigsources="${configsources}" \
- -Djava.io.tmpdir=${VESPA_HOME}/tmp \
- ${userargs} \
- -XX:ActiveProcessorCount=2 \
- -cp $cp com.yahoo.vespa.config.proxy.ProxyServer 19090
+ -XX:+ExitOnOutOfMemoryError $(getJavaOptionsIPV46) \
+ -Dproxyconfigsources="${configsources}" \
+ -Djava.io.tmpdir=${VESPA_HOME}/tmp \
+ ${userargs} \
+ -XX:ActiveProcessorCount=2 \
+ -cp $cp com.yahoo.vespa.config.proxy.ProxyServer 19090
echo "Waiting for config proxy to start"
fail=true