From d7daf131742ef6b691c0ea3cef22c1a54d17916b Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Mon, 23 Apr 2018 10:37:43 +0200 Subject: [PATCH] add -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog to launch configs --- screening/resource/eclipse/Screening openBIS GWT Shell.launch | 2 +- screening/resource/eclipse/screening Data Store Server.launch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screening/resource/eclipse/Screening openBIS GWT Shell.launch b/screening/resource/eclipse/Screening openBIS GWT Shell.launch index b86c3fdebe8..d6fecf6f64c 100644 --- a/screening/resource/eclipse/Screening openBIS GWT Shell.launch +++ b/screening/resource/eclipse/Screening openBIS GWT Shell.launch @@ -19,5 +19,5 @@ <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-startupUrl ch.systemsx.cisd.openbis.plugin.screening.OpenBIS/index.html ch.systemsx.cisd.openbis.plugin.screening.OpenBIS -war targets/www -logLevel WARN"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="screening"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib -Dlog4j.configuration=../openbis/etc/log.xml -Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore -Dorg.mortbay.util.FileResource.checkAliases=false -Xmx1536M -XX:MaxPermSize=512m -ea"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib -Dlog4j.configuration=../openbis/etc/log.xml -Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog -Dorg.mortbay.util.FileResource.checkAliases=false -Xmx1536M -XX:MaxPermSize=512m -ea"/> </launchConfiguration> diff --git a/screening/resource/eclipse/screening Data Store Server.launch b/screening/resource/eclipse/screening Data Store Server.launch index 7a71a2bf67b..f49859b658f 100644 --- a/screening/resource/eclipse/screening Data Store Server.launch +++ b/screening/resource/eclipse/screening Data Store Server.launch @@ -10,5 +10,5 @@ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ch.systemsx.cisd.openbis.dss.generic.DataStoreServer"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="screening"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M -ea -Dpython.path=../libraries/jython/jython-lib"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M -ea -Dpython.path=../libraries/jython/jython-lib -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog"/> </launchConfiguration> -- GitLab