Author: markt
Date: Sun Nov 19 16:38:36 2017
New Revision: 1815742
URL: http://svn.apache.org/viewvc?rev=1815742&view=rev
Log:
Cover the scenario where the log file is written elsewhere.
Modified:
tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1815742&r1=1815741&r2=1815742&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Sun Nov 19 16:38:36 2017
@@ -191,14 +191,15 @@ document.
Create a directory <b>${tomcat_home}\isapi</b>
</li>
<li>
-Allow the IIS process to create the ISAPI redirector log file. Enter the
-following at a command prompt:
+Allow the IIS process to create the ISAPI redirector log file. Modify the path
+as necessary if the log file is to be written to a different directory. Enter
+the following at a command prompt:
<source>
>icacls "C:\Program Files\Apache Software Foundation\Tomcat 9.0\isapi" /grant
>"IIS APPPOOL\DefaultAppPool":(OI)(CI)M
</source>
On client operating systems with User Account Control (UAC) enabled, the
command
prompt must be opened using <b>Run as administrator</b> for the above command
to
-complete successfully.
+complete successfully.
</li>
<li>
Download the appropriate (32-bit or 64-bit) isapi_redirect.dll for your
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]