Skip to content
Snippets Groups Projects
Commit 53c8cc7f authored by felmer's avatar felmer
Browse files

SSDM-3687: Specify the order of the jython JARs in classpath.

SVN: 36635
parent 6710aaab
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@ LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
$JVM \
-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog \
-cp $LIB/\* \
-cp $LIB/jython-2.5.2.jar:$LIB/\* \
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationScriptRunnerStandalone "$@"
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