Author: rjung Date: Mon Dec 22 17:24:19 2014 New Revision: 1647354 URL: http://svn.apache.org/r1647354 Log: Clarify use of property value references in the example configuration.
Modified: tomcat/jk/trunk/conf/workers.properties Modified: tomcat/jk/trunk/conf/workers.properties URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/conf/workers.properties?rev=1647354&r1=1647353&r2=1647354&view=diff ============================================================================== --- tomcat/jk/trunk/conf/workers.properties (original) +++ tomcat/jk/trunk/conf/workers.properties Mon Dec 22 17:24:19 2014 @@ -18,14 +18,14 @@ # # Reference documentation: http://tomcat.apache.org/connectors-doc/reference/workers.html # -# As a general note, the characters $( and ) are used internally to define -# macros. Do not use them in your own configuration!!! +# As a general note, the characters $( and ) are used to reference +# property values in other properties. # # Whenever you see a set of lines such as: # x=value -# y=$(x)\something +# y=$(x)othervalue # -# the final value for y will be value\something +# the final value for y will be "valueothervalue" # Define two status worker: # - jk-status for read-only use @@ -162,4 +162,3 @@ worker.template.reply_timeout=300000 # Value "3" disables retries, whenever a part of the request was # successfully send to the backend. worker.template.recovery_options=3 - --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org