Go ahead and uninstall 3.3.1, and try the 3.3.2 installer instead. You
may download a copy from here:
3.3.2 uses a new connector method for IIS, the BonCode connector, which
was specifically designed for CFML. The 3.3.1 installer uses the
isapi_redirect, which is a Tomcat connector. It will work, but it isn't
specifically designed for CFML like the BonCode connector is.
Let us know how it goes.
Warm Regards,
Jordan Michaels
Yep, the installers have an upgrade process that will upgrade 3.3.1
installs in both Linux and Windows. Be sure to create a backup first -
just in case.
The upgrade process can upgrade Railo, Tomcat, the JRE, and the
connector to the latest versions at the time they were built.
Let me know how it goes. =)
Warm Regards,
Jordan Michaels
Ah.
Okay, what's *probably* happening here is that the ACF connector wasn't
completely removed when it was uninstalled. It's probably still grabbing
the requests for CFM files and attempting to process them, but without a
JRUN back-end to pass it to, it's returning it as a binary or some other
downloaded mime type.
The BonCode connector runs as .NET, so it's handlers are configured as
.NET services IIRC. Honestly, Bilal can talk about how it works WAY
better then I can. Bilal is the one who developed the BonCode connector,
and supported mod_cfml with it.
What I would do if I were you, would be to examine the IIS handlers and
see if you can find and remove the ACF connector configs. that sounds
like what the road block is right now.
Warm Regards,
Jordan Michaels
In the mean time, curiosity question: does the same thing happen with
Railo and the BonCode Connector uninstalled?
Warm Regards,
Jordan Michaels
When you say "no pages will load at all", do you mean you're getting the
IIS error that indicates it doesn't know how to handle the file? IE: "if
this is a script, add a sript map", etc? You'll get that message if you
have detailed errors enabled in IIS.
However, when it's installed, this URL works fine:
http://localhost/
but this URL does NOT work fine:
http://localhost/index.cfm
So... when you hit the index.cfm file directly, you get prompted to
download the file. Is this correct?
Warm Regards,
Jordan Michaels
Warm Regards,
Jordan Michaels
IE:
football.localhost.com:8888
test.localhost.com:8888
...etc?
Knowing this will tell us if the problem is indeed with IIS.
Warm Regards,
Jordan Michaels
On 03/23/2012 05:40 AM, Greg Nilsen wrote:
> Ok, I had a bunch of other handlers for non CF file types which I have
> removed. I also updated my server configuration to match yours.
>
> I then had to reboot because of the configuration changes. When I was
> back up and running, I continued to get the same problems.
>
> -SerGregor
>
>
> On Thursday, March 22, 2012 6:35:55 PM UTC-4, Jordan Michaels wrote:
>
> Also, if you don't have production sites on this system, it may be
> useful to remove any IIS features that may be assisting the cause of
> the
> interference. I'm attaching a screen shot of my IIS features as well
> for
> comparison.
>
> Warm Regards,
> Jordan Michaels
>
> On 03/22/2012 02:25 PM, Greg Nilsen wrote:
> > Yea, that's the gist of it. I have 4 sites set up:
> >
> >
> > <Host name="football.localhost.com
> <http://football.localhost.com>" appBase="webapps">
> > <Context path="" docBase="C:\inetpub\wwwroot\football" />
> > <Alias>football.localhost.com <http://football.localhost.com><
> /Alias>
> > </Host>
> > <Host name="test.localhost.com <http://test.localhost.com>"
> appBase="webapps">
> > <Context path="" docBase="C:\inetpub\wwwroot\test" />
> > <Alias>test.localhost.com <http://test.localhost.com></Alias>
> > </Host>
> > <Host name="project.localhost.com <http://project.localhost.com>"
> appBase="webapps">
> > <Context path="" docBase="C:\inetpub\wwwroot\project" />
> > <Alias>project.localhost.com <http://project.localhost.com></Alias>
> > </Host>
> > <Host name="reader.localhost.com <http://reader.localhost.com>"
> appBase="webapps">
> > <Context path="" docBase="C:\inetpub\wwwroot\reader" />
> > <Alias>reader.localhost.com <http://reader.localhost.com></Alias>
> > </Host>
> >
> > If I go to http://project.localhost.com/, it loads fine, but if I
> click
> > on a link like http://project.localhost.com/index.cfm
> <http://project.localhost.com/index.cfm>, it prompts to
Well, good deal. I'm glad you're up and running now!
Warm Regards,
Jordan Michaels