> Hi: I know it's very basic but I don't know how!
> I have installed CF8 for a while and it works fine but I 
> wonder How I can change my address from 
> http://127.0.0.1:8500/CFIDE/administrator/index.cfm to
> http://localhost/administrator/index.cfm I mean I change my 
> default server ro local host istead of the current 127.0.0.1 

The name "localhost" maps to the loopback address 127.0.0.1. So, you can use
this:

http://localhost:8500/...

instead of:

http://127.0.0.1:8500/...

If you want to use a port other than the default 8500, you can either hook
CF to an external web server like Apache or IIS, or you can configure the
JRun web server to listen on 80 instead of 8500:

http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webse
rver/

Unless you have a specific reason for changing this, though, I'd recommend
that you just leave it alone.

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

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299230
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