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 2016/04/12 16:38:55 UTC

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

Author: degenaro
Date: Tue Apr 12 14:38:54 2016
New Revision: 1738811

URL: http://svn.apache.org/viewvc?rev=1738811&view=rev
Log:
UIMA-4755 DUCC Web Server (WS) must assure that compiled JSP's are viable

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1738811&r1=1738810&r2=1738811&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Tue Apr 12 14:38:54 2016
@@ -200,7 +200,8 @@ ducc.ws.session.minutes = 60
 ducc.ws.automatic.cancel.minutes = 5
 # Optionally configure the webserver max history entries for each of Jobs/Reservations/Services
 ducc.ws.max.history.entries = 4096
-# Specify the ducc jsp comp dir
+# Specify the ducc webserver jsp compilation directory 
+# Note: This directory is removed then recreated on each webserver restart
 ducc.ws.jsp.compilation.directory = /tmp/ducc/jsp
 # Specify login enabled (default is true)
 ducc.ws.login.enabled = false