Jim McAtee wrote: > When I installed CF8, it placed the CFIDE folder under the source > directory of the default web site and created a virtual directory in IIS > pointing at the folder. That's not a good location for our use, so I'd > like to move it. I tried, and changed the IIS virtual directory, but the > CF Administrator bombs. I put everything back the way it was and went > into the Administrator and see that it CF has an unchangeable logical > directory mapping of /CFIDE pointing at the physical location.
It isn't really unchangeable, you just have to edit neo-runtime.xml by hand to change it. What I prefer to do is move /cfide/ directly under /cfusion.war/ (outside the IIS webroot) and add a mapping of /cfide/* to the FileServlet in web.xml and it works automagically for every website that is tied to the JRun instance with the wildcard adapter. (Use the FileServlet so other filetypes work too, the CfmServlet will take precedence when a .cfm or .cfc template is requested based on the suffix mapping.) Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288072 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

