Author: kkolinko Date: Fri Nov 17 16:49:35 2017 New Revision: 1815586 URL: http://svn.apache.org/viewvc?rev=1815586&view=rev Log: Correct several typos.
Changed "Be careful" text so that it is less ambiguous. 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=1815586&r1=1815585&r2=1815586&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original) +++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Fri Nov 17 16:49:35 2017 @@ -200,7 +200,7 @@ Download the appropriate (32-bit or 64-b operating system and place it in <b>${tomcat_home}\isapi</b> </li> <li> -Create <b>${tomcat_home}\isapi\isapi_redirect.properties</b> to configure the ISAPI +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: <source> @@ -210,10 +210,10 @@ log_level=info worker_file=C:\Program Files\Apache Software Foundation\Tomcat 9.0\isapi\workers.properties worker_mount_file=C:\Program Files\Apache Software Foundation\Tomcat 9.0\isapi\uriworkermap.properties </source> -Be careful Windows doesn't add a <b>.txt</b> extension to the file. +Be careful so that Windows does not add a <b>.txt</b> extension to the file. </li> <li> -Create <b>${tomcat_home}\isapi\workers.properties</b> to configure the Tomcat +Create <b>${tomcat_home}\isapi\workers.properties</b> file to configure the Tomcat instances that requests will be passed to. For a single Tomcat instance on the local machine the contents of this file should be: <source> @@ -224,7 +224,7 @@ worker.tomcat01.port=8009 </source> </li> <li> -Create <b>${tomcat_home}\isapi\uriworkermap.properties</b> to configure which +Create <b>${tomcat_home}\isapi\uriworkermap.properties</b> file to configure which requests will be passed to Tomcat. To expose the examples web application the contents of this file should be: <source> @@ -238,7 +238,7 @@ the virtual directory must be <b>jakarta directory where you placed <b>isapi_redirect.dll</b>. </li> <li> -Select the newly created vitual directory in the management console and then +Select the newly created virtual directory in the management console and then double-click <b>Handler Mappings</b>. Select the (currently disabled) <b>ISAPI-dll</b> entry and then click <b>Edit Feature Permissions</b> in the action pane. In the dialog box that opens, select <b>Execute</b> so all three --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org