<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Stephen (Steve) Withington - ISAPI</title>
			<link>http://www.stephenwithington.com/blog/index.cfm</link>
			<description>Blog Thoughts and Ramblings of a ColdFusion Programmer/Developer</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 09:01:42 -0700</pubDate>
			<lastBuildDate>Fri, 26 Feb 2010 10:46:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@stephenwithington.com</managingEditor>
			<webMaster>steve@stephenwithington.com</webMaster>
			
			
			
			
			
			<item>
				<title>Issue with Mura CMS, ColdFusion, ISAPI and IIS6</title>
				<link>http://www.stephenwithington.com/blog/index.cfm/2010/2/26/Issue-with-Mura-CMS-ColdFusion-ISAPI-and-IIS6</link>
				<description>
				
				&lt;p&gt;Awhile back I ran into an issue installing &lt;a href=&quot;http://www.getmura.com/&quot; target=&quot;_blank&quot;&gt;Mura CMS&lt;/a&gt; on a dedicated Windows server running, &lt;a href=&quot;http://www.adobe.com/products/coldfusion/&quot; target=&quot;_blank&quot;&gt;ColdFusion&lt;/a&gt;, &lt;a href=&quot;http://www.isapirewrite.com/&quot; target=&quot;_blank&quot;&gt;ISAPI&lt;/a&gt; and IIS6. The issue wasn&apos;t blatantly obvious at first because Mura would install just fine and the home page would show up so I thought everything was just fine. However, once I began adding pages to the site and then attempted to view those pages, they wouldn&apos;t show up. I would get the ever popular &apos;The page cannot be found&apos; screen. The first thing I did was check some other Mura sites I had already had installed on the server and each one of them had the same issue. This was extremely odd to me because all of my Mura sites had worked just fine before and I never noticed any problems. &lt;/p&gt;
&lt;p&gt;So after tinkering around a little I began thinking about any software I had installed recently that might even remotely affect what was going on. Well, the only thing I could think of was ISAPI. I had just installed it with the previous day or so and  wasn&apos;t really using ISAPI yet. So I uninstalled it, then checked my sites and they all seemed to work just fine. Well, that&apos;s great, isn&apos;t it? Sure, if you don&apos;t really use or need ISAPI, which was my case at the time so I just went about my business and never dug any further into the issue.&lt;/p&gt;
&lt;p&gt;So, a few months went by and some developers who were in the process of evaluating Mura shot me a message asking for a little direction on a problem. &amp;quot;We have Mura up, but cannot go to sub pages. I think it is a SEO URL thing that IIS6 is not handling correctly ...&amp;quot; and they attached a couple of screen shots for me to look at. It took me a minute to remember, but I asked them if they had ISAPI installed. Sure enough, they did. So I proceeded to let them know if my recent experience, but wasn&apos;t able to help them really solve the problem ... because see, they actually used ISAPI and needed to have it play nicely with Mura.&lt;/p&gt;
&lt;p&gt;A short time later, one of the developers had a &amp;quot;eureka!&amp;quot; moment. In hopes of guiding any other people running into this problem, I&apos;ve opted to post his entire response below. Many thanks (and congrats) to Ken Payne for solving this problem!&lt;/p&gt;
&lt;style type=&quot;text/css&quot;&gt;
.letter { font-family: &quot;Times New Roman&quot;, Times, serif; color: black; }
&lt;/style&gt;
&lt;blockquote class=&quot;letter&quot;&gt;
	&lt;p&gt;Steve,&lt;/p&gt;
	&lt;p&gt;I just figured out our iis6/cf8 404 problem and I thought you might like to know what its was.&lt;/p&gt;
	&lt;p&gt;By default CF8 is not SES enabled.&amp;nbsp; I saw how to correct this early on in my investigation, by uncommenting the appropriate entries in the web.xml file.&amp;nbsp; This had no apparent effect and we assumed it wasn&apos;t even hitting CF anyway since it was a IIS 404 error.&amp;nbsp; So after your hint that it may be ISAPI we edited IIS and did a restart and voila the SES URL&apos;s now worked.&amp;nbsp; On 1 but not on the other 2 installs.&amp;nbsp; I hadn&apos;t restarted the other 2 cf instances after editing their web.xml...&amp;nbsp; &lt;/p&gt;
	&lt;p&gt;So after monkeying with restarting IIS and the other CF instances they magically worked at some point.&amp;nbsp; Enter the new developer with his own CF instance and we have the same problem.&amp;nbsp; It didn&apos;t take me long to puzzle it out by dumb luck on my first try.&lt;/p&gt;
	&lt;p&gt;So the correct sequence is:&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;Edit web.xml to enable ses&lt;/li&gt;
		&lt;li&gt;Restart the CF instance&lt;/li&gt;
		&lt;li&gt;Restart IIS&lt;/li&gt;
		&lt;li&gt;Done!&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;So simple once I see what&apos;s going on. &amp;nbsp; IIS was smart enough to know that CF didn&apos;t have a servlet for handle the ses url so it just didn&apos;t pass it.&amp;nbsp;  This was not obvious since at one point it did indeed pass it on during  my testing when I re-commented the ses servlet declarations and tried  accessing with ses url.&amp;nbsp; But of course I had not restarted IIS yet so  it thought CF could handle it etc.&lt;/p&gt;
	&lt;p&gt;Hope that made sense.&lt;/p&gt;
&lt;/blockquote&gt;
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>ISAPI</category>				
				
				<category>IIS</category>				
				
				<category>Mura CMS</category>				
				
				<pubDate>Fri, 26 Feb 2010 10:46:00 -0700</pubDate>
				<guid>http://www.stephenwithington.com/blog/index.cfm/2010/2/26/Issue-with-Mura-CMS-ColdFusion-ISAPI-and-IIS6</guid>
				
			</item>
			
		 	
			</channel></rss>