> I just wanted to confirm with someone else because I > don't run CFMX Stand-alone. I've done some looking > around and I don't think it's possible to setup virtual > directories in the default-web.xml file, is this correct? > Can someone confirm this for me? I have looked online at > the live docs, but I don't see too much information there > regarding it.
Yes, you can set up virtual directories with the CF MX web server: http://www.macromedia.com/support/coldfusion/adv_development/config_builtin_ webserver/ http://www.macromedia.com/support/coldfusion/adv_development/config_builtin_ webserver/config_builtin_webserver08.html According to those links, you edit jrun-web.xml, not default-web.xml Also, if you're curious about the CF MX web server, it's pretty easy to just enable it, even if you're running a different web server already. For example, on my laptop, I have the built-in web server listening on 8500 (the default) and IIS or Apache 2 on 80, and I have CF MX configured to work with all three. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

