because CF was nothing more than an IIS plugin (at least when using it with
IIS). With CFMX, it's a separate J2EE application (running on it's own
server) that IIS delegates reqeusts to. It uses it's own mappings, and has
no knowledge that IIS is actually serving multiple virtual hosts, which may
have different preferences.
If you're running the J2EE version of CFMX, then you can set up multiple
instances of CFMX. If you want to replicate the CF5 situation, you'll need
a separate instance of CFMX for every virtual host. However, that's
overkill. All you really need is two instances: one for the "special" host,
and one for everyone else. Then you can configure the "everyone" host to
ignore zip files, and configure the "Special" one to process zip files.
Cheers,
barneyb
> -----Original Message-----
> From: Peter Lakanen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 19, 2004 5:35 PM
> To: CF-Talk
> Subject: Help! Non-CFM File Parsing Shenanigans
>
> OK, bear with me - this is kinda complicated. Had a solution for a
> client that worked great in CF5, but is not working in CF MX.
>
> In CF5 (Win2000/IIS5), we created a profile in IIS where we could
> force .zip files to be parsed by ColdFusion. Doesn't matter why -
> trust me, it was important. If necessary, I'm happy to provide
> details.
>
> In CFMX (in Win2003/IIS6), in order to duplicate the same behavior, we
> had to add the .zip extension to Properties/Home
> Directory/Configuration (like before). But we also had to add add the
> .zip extension to the web.xml config file for CFMX.
>
> The problem is that now all .zip files for all IIS profiles/web sites
> get parsed by CFMX.
>
> I've figured out the problem is due to the "Wildcard application maps"
> setting, because if I remove it, the .zip files work as expected. But
> none of the CF files work.
>
> So my questions are:
>
> - Why is the wildcard application map necessary when we already have
> the .cfm extension configured with the CFMX ISPAI jrun_iis6.dll?
>
> - Is there a simple way to fix my problem? I want the spoofed .zip
> files to be parsed by CFMX for only one web site, but for all other
> web sites, I do not want .zip files parsed? The only solution I can
> think of is to create yet another web site profile in IIS and turn off
> CFMX (by removing the wildcard application map) and put all the .zip
> files there. This has an extremely high Pain In The Ass factor cost -
> due to moving files from lots of web sites and updating tons of links.
> Surely, there must be an easier way.
>
> Thanks for any advice you wise people can provide.
>
> -peter
>
> --
> Peter Lakanen [EMAIL PROTECTED]
> Platinum Web Development http://www.platinumweb.com
> 1320 Terrace Street Tallahassee, FL 32303
> 850.508.4518 FAX: 850.681.1930
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

