Author: rjung
Date: Sun Oct 23 19:33:38 2011
New Revision: 1187956
URL: http://svn.apache.org/viewvc?rev=1187956&view=rev
Log:
BZ 51333: IIS: Document configuration
requirement for 64 Bit environment.
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
tomcat/jk/trunk/xdocs/reference/iis.xml
tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1187956&r1=1187955&r2=1187956&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Sun Oct 23 19:33:38 2011
@@ -44,6 +44,10 @@
<br />
<subsection name="Native">
<changelog>
+ <update>
+ <bug>51333</bug>: IIS: Document configuration
+ requirement for 64 Bit environment. (rjung)
+ </update>
<add>
<bug>51743</bug>: HTTPD: Support rule extensions when defining
the request worker with an environment variable
Modified: tomcat/jk/trunk/xdocs/reference/iis.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/iis.xml?rev=1187956&r1=1187955&r2=1187956&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/iis.xml Sun Oct 23 19:33:38 2011
@@ -60,6 +60,13 @@ Adding more contexts to the configuratio
</li>
</ul>
</p>
+<p>
+Note that in a 64 Bit environment - at least for IIS 7 - the used IIS
Application Pool
+should have "Enable 32-bit Applications" set to "False". Otherwise the
redirector will
+not be called and returns an http code 404. If you think, the 32bit version of
+isapi_redirect.dll would do the job instead, you will get an http code 500,
+because the library is not loadable into a 64 Bit IIS.
+</p>
</section>
<section name="Registry settings">
<p>
Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1187956&r1=1187955&r2=1187956&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Sun Oct 23 19:33:38 2011
@@ -77,16 +77,17 @@ A worker is defined to be a tomcat proce
<subsection name="Supported Configuration">
<p>
-The IIS-Tomcat redirector was developed and tested on:
+The IIS-Tomcat redirector works for:
<ul>
<li>
-WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs),
Win2K and WinXP and Win98
+WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs),
Win98, WinXP, Win2K,
+and probably also Win2K3, Vista and Windows 7.
</li>
<li>
-IIS4.0 and PWS4.0 (numerous people have working IIS 5 and IIS 6 configurations)
+IIS4.0 and PWS4.0, IIS 5 to IIS 7.
</li>
<li>
-Tomcat 3.2 and later, Tomcat 4.x, Tomcat 5 and 5.5 and Tomcat 6
+Tomcat 3.2 to Tomcat 7.
</li>
</ul>
</p>
@@ -112,6 +113,16 @@ for further details.
</p>
</subsection>
+<subsection name="64 Bit notes">
+<p>
+In a 64 Bit environment - at least for IIS 7 - the used IIS Application Pool
+should have "Enable 32-bit Applications" set to "False". Otherwise the
redirector will
+not be called and returns an http code 404. If you think, the 32bit version of
+isapi_redirect.dll would do the job instead, you will get an http code 500,
+because the library is not loadable into a 64 Bit IIS.
+</p>
+</subsection>
+
<subsection name="Who support ajp protocols ?">
<p>
The ajp12 protocol is only available in Tomcat 3.2.x and 3.3.x.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]