You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:29:54 UTC

[50/50] [abbrv] incubator-taverna-server git commit: [TAVSERV-340] Ensure that the added options are applied here too.

[TAVSERV-340] Ensure that the added options are applied here too.

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/07d2ba42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/07d2ba42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/07d2ba42

Branch: refs/heads/master
Commit: 07d2ba426af667bda3b841b2c89de08b59e9f378
Parents: f03ad0e
Author: Donal Fellows <do...@manchester.ac.uk>
Authored: Thu Sep 4 14:26:36 2014 +0100
Committer: Donal Fellows <do...@manchester.ac.uk>
Committed: Thu Sep 4 14:26:36 2014 +0100

----------------------------------------------------------------------
 server-webapp/src/main/replacementscripts/executeworkflow.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/07d2ba42/server-webapp/src/main/replacementscripts/executeworkflow.sh
----------------------------------------------------------------------
diff --git a/server-webapp/src/main/replacementscripts/executeworkflow.sh b/server-webapp/src/main/replacementscripts/executeworkflow.sh
index 10d73b2..e9e1d36 100644
--- a/server-webapp/src/main/replacementscripts/executeworkflow.sh
+++ b/server-webapp/src/main/replacementscripts/executeworkflow.sh
@@ -66,6 +66,7 @@ exec "$javabin" $memlimit $permsize \
   "-Dlog4j.configuration=file://$taverna_home/conf/log4j.properties " \
   "-Djava.util.logging.config.file=$taverna_home/conf/logging.properties " \
   "-Dtaverna.app.startup=$taverna_home" -Dtaverna.interaction.ignore_requests=true \
-  $APPHOME_PROP $RUNID_PROP $INTERACTION_PROPS -Djava.awt.headless=true $pre \
+  $APPHOME_PROP $RUNID_PROP $INTERACTION_PROPS -Djava.awt.headless=true \
+  -Dcom.sun.net.ssl.enableECC=false -Djsse.enableSNIExtension=false $pre \
   -jar "$taverna_home/lib/taverna-command-line-0.1.1.jar" \
   ${1+"$@"}