<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How To Configure IIS 6.0 and Tomcat with the JK 1.2 Connector</title>
	<atom:link href="http://www.iisadmin.co.uk/index.php?feed=rss2&#038;p=40" rel="self" type="application/rss+xml" />
	<link>http://www.iisadmin.co.uk/?p=40</link>
	<description></description>
	<pubDate>Tue, 07 Sep 2010 21:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: PremG</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-44004</link>
		<dc:creator>PremG</dc:creator>
		<pubDate>Tue, 31 Aug 2010 10:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-44004</guid>
		<description>Ok so i got my issue fixed :) as i mentioned it was simple basic rule (pay attention to detail). Well i had my isapi_redirect.properties file on wrong path (it has to be where isapi_redirect.dll file is located). And yes, i am using 32-bit ISAPI DLL and enabled Enable32bitAppOnWin64 via cscript command on adsutil.vbs.</description>
		<content:encoded><![CDATA[<p>Ok so i got my issue fixed <img src='http://www.iisadmin.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> as i mentioned it was simple basic rule (pay attention to detail). Well i had my isapi_redirect.properties file on wrong path (it has to be where isapi_redirect.dll file is located). And yes, i am using 32-bit ISAPI DLL and enabled Enable32bitAppOnWin64 via cscript command on adsutil.vbs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PremG</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-44003</link>
		<dc:creator>PremG</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-44003</guid>
		<description>I have been trying this since last 2days without any luck. I am trying to configure on windows 2003 server, 64bits, IIS6. Note that I not using Tomcat on same server rather want to redirect on another linux system using the workers.properties.

I have got this working on 32bit w2k3 server with IIS6, however it just does not work on x64bit server. I tried using both jk-1.2.28 and jk-1.2.30 (from bothamd64 and ia64) versions of isapi_redirect.dll. I double checked everything again and again, and also set the permissions as suggested by Robert Heritage. 

ISAPI filter will fail to load (red downward arrow) in the IIS Manager. Also if i create the jakarta virtual directory under same Default Web Site where Citrix is also installed, even citrix site stops working. 

I am sure i am missing something very basic, however just cant get what it is ;)

Harro,

Could you please provide tips on what you did to make it working?</description>
		<content:encoded><![CDATA[<p>I have been trying this since last 2days without any luck. I am trying to configure on windows 2003 server, 64bits, IIS6. Note that I not using Tomcat on same server rather want to redirect on another linux system using the workers.properties.</p>
<p>I have got this working on 32bit w2k3 server with IIS6, however it just does not work on x64bit server. I tried using both jk-1.2.28 and jk-1.2.30 (from bothamd64 and ia64) versions of isapi_redirect.dll. I double checked everything again and again, and also set the permissions as suggested by Robert Heritage. </p>
<p>ISAPI filter will fail to load (red downward arrow) in the IIS Manager. Also if i create the jakarta virtual directory under same Default Web Site where Citrix is also installed, even citrix site stops working. </p>
<p>I am sure i am missing something very basic, however just cant get what it is <img src='http://www.iisadmin.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Harro,</p>
<p>Could you please provide tips on what you did to make it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YK</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-43353</link>
		<dc:creator>YK</dc:creator>
		<pubDate>Mon, 23 Aug 2010 17:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-43353</guid>
		<description>I was also trying to configure Tomcat with IIS6 on Win2K and was facing "Incorrect Function" problem. It turned out that I had mistakenly created "worker.properties" file instead of "workers.properties". Once I corrected the file name, it worked fine.</description>
		<content:encoded><![CDATA[<p>I was also trying to configure Tomcat with IIS6 on Win2K and was facing &#8220;Incorrect Function&#8221; problem. It turned out that I had mistakenly created &#8220;worker.properties&#8221; file instead of &#8220;workers.properties&#8221;. Once I corrected the file name, it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-41309</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 07 Aug 2010 15:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-41309</guid>
		<description>I was getting a 404 IIS error even after setting up as directed.  After scouring and re-setting everything multiple times, I found that there must've been some sort of special character in my isapi_redirect.properties file that was causing it not to be processed correctly.  When I created it initially, i just copied the text from the apache-tomcat page and modified the paths.  To fix it, at a command prompt, I typed 'type isapi_redirect.properties&#62;isapi_redirect2.properties', then deleted the original and renamed the new file, and everything started working.   Hope this helps someone else.</description>
		<content:encoded><![CDATA[<p>I was getting a 404 IIS error even after setting up as directed.  After scouring and re-setting everything multiple times, I found that there must&#8217;ve been some sort of special character in my isapi_redirect.properties file that was causing it not to be processed correctly.  When I created it initially, i just copied the text from the apache-tomcat page and modified the paths.  To fix it, at a command prompt, I typed &#8216;type isapi_redirect.properties&gt;isapi_redirect2.properties&#8217;, then deleted the original and renamed the new file, and everything started working.   Hope this helps someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harro</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-40479</link>
		<dc:creator>Harro</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-40479</guid>
		<description>Well, I got it to work: windows 2003 server, 64bits, IIS6. Cost me quite a few hours, but it's running now on my dev. platform, localhost port 85.

I used stuff from the previous post, combined with the configuration-manual here. I didn't need to make and edit a key, btw. I'm testing now how changing parts of the configuration can soup things up again (walking back the same road).  Maybe I can add some tips here.</description>
		<content:encoded><![CDATA[<p>Well, I got it to work: windows 2003 server, 64bits, IIS6. Cost me quite a few hours, but it&#8217;s running now on my dev. platform, localhost port 85.</p>
<p>I used stuff from the previous post, combined with the configuration-manual here. I didn&#8217;t need to make and edit a key, btw. I&#8217;m testing now how changing parts of the configuration can soup things up again (walking back the same road).  Maybe I can add some tips here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Heritage</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-38029</link>
		<dc:creator>Robert Heritage</dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-38029</guid>
		<description>Also, I'd like to retract my earlier statement about the isapi_redirect.dll version. Once the file permissions above are set up correctly it WILL work with the 1.2.30 version of the isapi_redirect.dll 

So post 48 is a red herring (I must have done the permissions at the same time)

Perhaps you could include the info about the file permissions in the main article?</description>
		<content:encoded><![CDATA[<p>Also, I&#8217;d like to retract my earlier statement about the isapi_redirect.dll version. Once the file permissions above are set up correctly it WILL work with the 1.2.30 version of the isapi_redirect.dll </p>
<p>So post 48 is a red herring (I must have done the permissions at the same time)</p>
<p>Perhaps you could include the info about the file permissions in the main article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Heritage</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-38028</link>
		<dc:creator>Robert Heritage</dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-38028</guid>
		<description>HELP! Can you please anonymise the server names in my previous comment</description>
		<content:encoded><![CDATA[<p>HELP! Can you please anonymise the server names in my previous comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Heritage</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-38027</link>
		<dc:creator>Robert Heritage</dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-38027</guid>
		<description>ok, I reckon these are the minimum file permissions you need to set to get this working (your install path might be different);

Apache\Tomcat\Conf, NETWORK SERVICE, Read
Apache\Tomcat\ISAPI, NETWORK SERVICE, Read
Apache\Tomcat\ISAPI, IUSR_machineName, Read
Apache\Tomcat\lib, NETWORK SERVICE, Read
Apache\Tomcat\logs, NETWORK SERVICE, Read &#38; write

also remember that; 

http://SERVERNAME/examples/
 is correct

but 

http://SERVERNAME/examples
 will give a 404

which can cause confusion.

You will get event ID's 2214 and 2268 in the application log if the file permissions are not set up right and the ISAPI filter will fail to load (red downward arrow) in the IIS Manager</description>
		<content:encoded><![CDATA[<p>ok, I reckon these are the minimum file permissions you need to set to get this working (your install path might be different);</p>
<p>Apache\Tomcat\Conf, NETWORK SERVICE, Read<br />
Apache\Tomcat\ISAPI, NETWORK SERVICE, Read<br />
Apache\Tomcat\ISAPI, IUSR_machineName, Read<br />
Apache\Tomcat\lib, NETWORK SERVICE, Read<br />
Apache\Tomcat\logs, NETWORK SERVICE, Read &amp; write</p>
<p>also remember that; </p>
<p><a href="http://SERVERNAME/examples/" rel="nofollow">http://SERVERNAME/examples/</a><br />
 is correct</p>
<p>but </p>
<p><a href="http://SERVERNAME/examples" rel="nofollow">http://SERVERNAME/examples</a><br />
 will give a 404</p>
<p>which can cause confusion.</p>
<p>You will get event ID&#8217;s 2214 and 2268 in the application log if the file permissions are not set up right and the ISAPI filter will fail to load (red downward arrow) in the IIS Manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Heritage</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-38003</link>
		<dc:creator>Robert Heritage</dc:creator>
		<pubDate>Mon, 28 Jun 2010 08:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-38003</guid>
		<description>File permissions of the Apache folders also have a part in this - I will post the minimum requirements once I figure it out.</description>
		<content:encoded><![CDATA[<p>File permissions of the Apache folders also have a part in this - I will post the minimum requirements once I figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Heritage</title>
		<link>http://www.iisadmin.co.uk/?p=40#comment-37768</link>
		<dc:creator>Robert Heritage</dc:creator>
		<pubDate>Fri, 25 Jun 2010 10:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.iisadmin.co.uk/?p=40#comment-37768</guid>
		<description>I have been over and over this over and over again for the last two days. I checked and rechecked everything. I checked spelling, case, re-installed tomcat in file paths without spaces, I even checked I didn't have my pants on inside out. I gave everyone full control of everything and still it didn't work. I sacrificed time with my family and a portion of my soul to trying to get IIS to work with Tomcat.

In the end, I replaced the 1.2.30 isapi_redirect.dll with the 1.2.28 version and hey presto! Suddenly it works. 

Now I can die happy!</description>
		<content:encoded><![CDATA[<p>I have been over and over this over and over again for the last two days. I checked and rechecked everything. I checked spelling, case, re-installed tomcat in file paths without spaces, I even checked I didn&#8217;t have my pants on inside out. I gave everyone full control of everything and still it didn&#8217;t work. I sacrificed time with my family and a portion of my soul to trying to get IIS to work with Tomcat.</p>
<p>In the end, I replaced the 1.2.30 isapi_redirect.dll with the 1.2.28 version and hey presto! Suddenly it works. </p>
<p>Now I can die happy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
