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

SSDM-4473: Use always Jython 2.5

SVN: 37615
parent 8f880e46
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,10 @@ if [ ! -x "$JVM" ]; then ...@@ -18,11 +18,10 @@ if [ ! -x "$JVM" ]; then
exit 1 exit 1
fi fi
disableJythonByProperty
LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
# always Jython 2.5 is used independent which one is enabled. Fixing bug SSDM-4473
$JVM \ $JVM \
-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog \ -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog \
-cp $LIB/\* \ -cp $LIB/jython-2.5.2.jar_disabled:$LIB/\* \
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationScriptRunnerStandalone "$@" 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