Skip to content
Snippets Groups Projects
Commit 3b9f4d39 authored by kohleman's avatar kohleman
Browse files

fixed wrong class path

SVN: 24892
parent 768f6ef1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if [ ! -x "$JVM" ]; then
fi
LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
LIB=$BASE/jetty/webapps/$APPLICATION_NAME/WEB-INF/lib
$JVM \
-cp $LIB/\* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment