> > Should I be able to set up my local dev environment mappings,
> > where I view all http requests through "localhost/...",
> > and my remote server environment mappings, where the server
> > is a multi-homed webserver, in such a way that the same
> > logical path will work in both places?
>
> Of course.  You should be able to set everything up exactly as in
> production except the domain name and port.

Barney is right, but you may need to configure your web server
accordingly. If you're using a single virtual web server in
development, and pointing it to a web root directory containing your
web sites, and those web sites would normally be web root directories
themselves in production, your default slash mapping ("/") will not
match up.

I would recommend that you replicate your production environment as
closely as possible. You can even replicate domain names and ports, if
you like, using a multihoming web server and your hosts file. If
you're using IIS on Windows XP, you are limited to a single virtual
server; you could switch to Apache or change the web root as
appropriate for the web site you're working on now. If you're using
IIS on Vista, that will let you create multiple virtual servers just
like IIS on a Windows server platform.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317713
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to