You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/02/20 15:27:43 UTC

[tomcat-connectors] branch master updated: Updates for changes in supported Windows versions

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new d2e25d0  Updates for changes in supported Windows versions
d2e25d0 is described below

commit d2e25d0c018ddc95f78dd9e9cb2ceef4241e3a7e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 20 15:25:32 2020 +0000

    Updates for changes in supported Windows versions
    
    Windows 7 is no longer supported
    Windows Server 2008 is no longer supported
    Windows Server 2008 R2 is no longer supported
    Add additional step after testing with Windows Server 2019
---
 xdocs/webserver_howto/iis.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/xdocs/webserver_howto/iis.xml b/xdocs/webserver_howto/iis.xml
index cdc6cd0..b2e7c7f 100644
--- a/xdocs/webserver_howto/iis.xml
+++ b/xdocs/webserver_howto/iis.xml
@@ -79,8 +79,8 @@ A worker is defined to be a tomcat process that accepts work from the IIS server
 The IIS to Tomcat redirector is supported for:
 </p>
 <ul>
-<li>IIS running on Windows 7 or later</li>
-<li>IIS running on Windows Server 2008 SP2 or later</li>
+<li>IIS running on Windows 8.1 or later</li>
+<li>IIS running on Windows Server 2012 or later</li>
 <li>Tomcat 7 or later</li>
 </ul>
 <p>
@@ -171,7 +171,7 @@ Adding more contexts to the configuration.
 
 <p>These instructions have been written based on Windows Server 2012 R2 and
 tested with all supported Windows operating systems up to Windows 10 / Windows
-Server 2016.
+Server 2019.
 </p>
 
 <p>
@@ -201,6 +201,13 @@ Download the appropriate (32-bit or 64-bit) isapi_redirect.dll for your
 operating system and place it in <b>${tomcat_home}\isapi</b>
 </li>
 <li>
+Set the premissions for isapi_redirect.dll. On Windows Server 2019 it appears to be
+necessary to explicitly set the permissions for this dll. Enter
+the following at a command prompt:
+<source>>icacls "C:\Program Files\Apache Software Foundation\Tomcat 9.0\isapi\isapi_redirect.dll" /grant "Everyone":RX
+</source>
+</li>
+<li>
 Create <b>${tomcat_home}\isapi\isapi_redirect.properties</b> file to configure the ISAPI
 redirctor. Configuration can also be performed via registry settings - see
 below. The contents of this file should be:


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