I'm trying to find out if it's possible to run CFMX 6.1 without the wildcard 
application map in IIS 6 set to point to 

* cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll

When running on IIS 6 along with an ISAPI filter that we use, it's causing a 
problem with IIS logging of partial content HTTP status (It improperly returns 
a default HTTP status when it should instead query the status from the child 
process that it launches when it doesn't directly process a request)

If I simply remove that wildcard mapping, I get an error on CF pages saying:

* Server Error: Either the Macromedia application server is unreachable or it 
does not have a mapping to process this request.

If I remove the wildcard mappping, but change the .cfm application extension 
mapping from 

* cf_root\runtime\lib\wsconfig\jrun_iis6.dll

to 

* cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll

my CF pages appear to load properly, but I don't know if I'm losing some 
functionality. In looking at Macromedia documentation, I can only find that one 
of these dll's is a 'helper' dll. Is it safe to run without the wildcard 
application map but with the application extension map for .cfm set to use 
jrun_iis6_wildcard.dll?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Flash for programmers - Flash MX Pro
http://www.houseoffusion.com/banners/view.cfm?bannerid=56

Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5360
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to