Skip to content
Snippets Groups Projects
Commit 0ad369ab authored by felmer's avatar felmer
Browse files

LMS-2600 add all JAR files of WEB-INF/lib to the class path.

SVN: 23471
parent 8e82490a
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ fi
LIB=webapps/$APPLICATION_NAME/WEB-INF/lib
$JVM \
-cp $LIB/cisd-args4j.jar:$LIB/commons-lang.jar:$LIB/commons-io.jar:$LIB/commons-codec.jar:$LIB/jline.jar:$LIB/log4j.jar:$LIB/$APPLICATION_NAME.jar:$LIB/screening.jar \
ch.systemsx.cisd.authentication.file.PasswordEditorCommand "$@"
# Build classpath from $LIB content.
CP=`echo $LIB/*.jar | sed 's/ /:/g'`
$JVM -cp $CP ch.systemsx.cisd.authentication.file.PasswordEditorCommand "$@"
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