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 2008/05/07 09:26:05 UTC

svn commit: r654014 - /tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml

Author: markt
Date: Wed May  7 00:26:03 2008
New Revision: 654014

URL: http://svn.apache.org/viewvc?rev=654014&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44946
Add missing steps for IIS 6.0 
Based on a patch by Louis Pierrson using information from http://confluence.atlassian.com/display/DOC/Setting+up+Confluence+with+IIS

Modified:
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml?rev=654014&r1=654013&r2=654014&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml Wed May  7 00:26:03 2008
@@ -237,6 +237,20 @@
 you need to insert the full path to isapi_redirect.dll.
 </li>
 <li>
+If you're using IIS 6.0 you must also do the following:
+<br />
+Using the IIS management console, add the Jakarta Isapi Redirector to the Web
+Service Extensions. 
+<ol>
+<li>Right-click on Web Service Extensions and choose Add a new Web Service
+Extension.</li> 
+<li>Enter tomcat for the Extension Name.</li>
+<li>Add the isapi_redirect.dll to the required files.</li> 
+<li>Check the Set extension status to Allowed.</li>
+<li>Click on OK.</li>
+</ol>
+</li>
+<li>
 Restart IIS (stop + start the IIS service), make sure that the tomcat filter is marked with a green up-pointing arrow.
 Under Win98 you may need to <b>cd WINDOWS\SYSTEM\inetsrv</b> and type PWS /stop 
 ( the DLL and log files are locked - even if you click the stop button, 



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