Skip to content
Snippets Groups Projects
Commit 9ca4986c authored by cramakri's avatar cramakri
Browse files

MINOR: Fixed module-test mode to allow connecting to/from DSS.

SVN: 15095
parent cda27a41
No related branches found
No related tags found
No related merge requests found
...@@ -652,6 +652,8 @@ ...@@ -652,6 +652,8 @@
</classpath> </classpath>
<jvmarg value="-Xmx512M" /> <jvmarg value="-Xmx512M" />
<jvmarg value="-ea" /> <jvmarg value="-ea" />
<sysproperty key="log4j.configuration" file="etc/log.xml" />
<sysproperty key="javax.net.ssl.trustStore" file="dist/server/openBIS.keystore" />
<!-- Arguments to com.google.gwt.dev.DevMode --> <!-- Arguments to com.google.gwt.dev.DevMode -->
<!-- Provide two startup urls : one for the compiled version, one for the normal dev version --> <!-- Provide two startup urls : one for the compiled version, one for the normal dev version -->
......
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