Author: markt Date: Sat Nov 18 11:48:07 2017 New Revision: 1815659 URL: http://svn.apache.org/viewvc?rev=1815659&view=rev Log: ISAPI installation instructions successfully tested with Windows 7. Add a note regarding UAC.
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=1815659&r1=1815658&r2=1815659&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original) +++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Sat Nov 18 11:48:07 2017 @@ -170,10 +170,11 @@ Adding more contexts to the configuratio <subsection name="Configuring the ISAPI Redirector"> -<p><i>These instructions have been written based on Windows Server 2012 R2. -Other versions should be broadly the same. As the installation process is tested -on other Windows versions, these instructions will be updated to note any -version specific information.</i> +<p><i>These instructions have been written based on Windows Server 2012 R2. The +instructions have also been tested successfully with Windows 7. The steps for +other supported operating systems should be broadly the same. As the +installation process is tested on other Windows versions, these instructions +will be updated to note any version specific information.</i> </p> <p> @@ -194,6 +195,9 @@ 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. </li> <li> Download the appropriate (32-bit or 64-bit) isapi_redirect.dll for your --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org