You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/02/08 19:49:04 UTC

svn commit: r1444188 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: degenaro
Date: Fri Feb  8 18:49:04 2013
New Revision: 1444188

URL: http://svn.apache.org/r1444188
Log:
UIMA-2642 show example config for WS monitoring in ducc.properties file

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1444188&r1=1444187&r2=1444188&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Fri Feb  8 18:49:04 2013
@@ -103,10 +103,11 @@ ducc.ws.port.ssl = 42155
 ducc.ws.port.ssl.pw = quackquack
 # Optionally configure the webserver login session timeout, default is 30
 ducc.ws.session.minutes = 60
-# Optionally configure the webserver job automatic cancel timeout, default is 0 meaning feature disabled
+# Optionally configure the webserver job automatic cancel timeout, default is 10. To disable feature specify 0.
 #   Employed when user specifies --wait_for_completion flag on job submission, in which case the job monitor
 #   program must visit http://<host>:<port>/ducc-servlet/proxy-job-status?id=<job-id> within this expiry time
-#   else the job will be automatically canceled by the webserver acting as the user.
+#   else the job will be automatically canceled (unless feature disabled) by the webserver acting as the 
+#   administrator ducc (which must be specified in the ducc.administrators file).
 ducc.ws.job.automatic.cancel.minutes = 5
 # Optionally configure the webserver max history entries for each of Jobs/Reservations/Services
 ducc.ws.max.history.entries = 4096