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

add -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog to launch configs

parent 975a6831
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> <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.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.PROJECT_ATTR" value="screening"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#13;&#10;-Xmx1536M&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#13;&#10;-Xmx1536M&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/>
</launchConfiguration> </launchConfiguration>
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> <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.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.PROJECT_ATTR" value="screening"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M&#13;-ea&#10;-Dpython.path=../libraries/jython/jython-lib"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M&#13;-ea&#10;-Dpython.path=../libraries/jython/jython-lib&#10;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog"/>
</launchConfiguration> </launchConfiguration>
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