Author: rjung Date: Sun Sep 3 11:40:25 2006 New Revision: 439825 URL: http://svn.apache.org/viewvc?view=rev&rev=439825 Log: Clarify use of JkEnvVar.
Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/apache.xml?view=diff&rev=439825&r1=439824&r2=439825 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/apache.xml Sun Sep 3 11:40:25 2006 @@ -78,7 +78,7 @@ details about this directive </p></attribute> <attribute name="JkEnvVar" required="false"><p> -Adds a name of environment variable that should be sent to servlet-engine +Adds a name of environment variable that should be sent to servlet-engine as a request atribute </p></attribute> <attribute name="JkShmFile" required="false"><p> @@ -399,7 +399,9 @@ </p> <p> -The directive <b>JkEnvVar</b> allow you to forward an environment vars from Apache server to Tomcat engine. +The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine. +The variable can be retrieved on the Tomcat side as a request attribute. +You can add a default value as a second parameter to the directive. <source> JkEnvVar SSL_CLIENT_V_START Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?view=diff&rev=439825&r1=439824&r2=439825 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Sun Sep 3 11:40:25 2006 @@ -537,7 +537,9 @@ </p> <p> -The directive <b>JkEnvVar</b> allow you to forward an environment vars from Apache server to Tomcat engine. +The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine. +The variable can be retrieved on the Tomcat side as a request attribute. +You can add a default value as a second parameter to the directive. <source> JkEnvVar SSL_CLIENT_V_START --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]