Skip to content
Snippets Groups Projects
Commit c51d8648 authored by kaloyane's avatar kaloyane
Browse files

[LMS-2506] minor: fix startup script

SVN: 22916
parent 98b07f7c
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,7 @@ fi ...@@ -20,8 +20,7 @@ fi
LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
WEBINF_CLASSES=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/classes
$JVM \ $JVM \
-cp $LIB/*.jar:$WEBINF_CLASSES \ -cp $LIB/\* \
ch.systemsx.cisd.openbis.plugin.jython.api.v1.impl.JythonPluginScriptStandalone "$@" ch.systemsx.cisd.openbis.generic.client.jython.api.v1.impl.JythonPluginScriptStandalone "$@"
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