>>Map /cfide/* to the FileServlet in web.xml and remove all traces of cfide from your webroot.
Ok, I've finally succeded installing CF7 in stand alone mode. The difference with CF6 is that one has to configure it for IIS using wsconfig.jar in order to get the correct jrun.dll installed i the wsconfig directory. With CF6, the file was installed directly by the installer. The problem now is that wsconfig.jar doesn't work with the current version of jrun on my system, but I was able to run it using the CF version. So I finally got CF7 working, well almost :-( It work in its stand alone environment, through port 8501 (CF6 is on port 8500) but in an application under IIS, it is actually CF6 which is executed, not CF7, although the virtual directory is hooked to CFusionMX7. I think there is another port conflict with CF6, I found this in the jrun log: "Proxy 127.0.0.1:51010 already has mapping *.cfm=coldfusion.CfmServlet, ignoring" It looks like CF7 is trying to hook to some 51010 port, and this port is already used by CF6. As Adobe says: "The ColdFusion MX Standalone server can only connect to one webserver at a time and does so through a proxy port. The default proxy port is 51010 in ColdFusion MX 6.1 and 51011 in ColdFusion MX 7. If you are using ColdFusion MX 7, then change "default" to "coldfusion" and change 51010 to 51011." There is definitely a flaw in the CF7 installer which generates code to hook on port 51010 instead of 51011. So I'm now looking at changing this port.... -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286333 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

