Author: rjung
Date: Mon Dec 22 21:26:30 2014
New Revision: 1647411

URL: http://svn.apache.org/r1647411
Log:
Fix wrong variable name in docs config example.

Modified:
    tomcat/jk/trunk/xdocs/reference/iis.xml

Modified: tomcat/jk/trunk/xdocs/reference/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/iis.xml?rev=1647411&r1=1647410&r2=1647411&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/iis.xml Mon Dec 22 21:26:30 2014
@@ -329,7 +329,7 @@ automatically added to the environment t
 </p>
 <p><source>
 # Use the logs in the installation path of ISAPI Redirector
-log_file=$(ISAPI_PATH)\$(ISAPI_NAME).log
+log_file=$(JKISAPI_PATH)\$(JKISAPI_NAME).log
 </source></p>
 </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to