> I can't access the adminstrator as it refuses to accept the 
> password I gave it. I know it is the correct password. Is 
> there some way to get the system to give me a new password 
> other than uninstalling it and reinstalling it?

Yes. You can simply disable the administrator password by editing the
registry.

Set

HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server\UseAdmi
nPassword

to 0.

> It starts fine, you can code in it. When you attempt to browse 
> it says:  The ColdFusion file you are trying to browse cannot 
> be resolved into a URL. Add a server development mapping to 
> enable URL resolution for this file.

You'll have to do as it says - you need to add a server development mapping.
To browse your CF files, CF Studio needs to have them run by the CF server,
and you have to tell it what URL matches a given filename. Here's how:

1. From the drive browser at the top of the file resource tab, select
"Allaire FTP & RDS".
2. Right-click on "Allaire FTP & RDS" in the window below.
3. Select "Add RDS Server".
4. Fill in the fields to connect to your CF server. If it's on your local
machine, you can put "localhost" in the first two fields. If "localhost"
doesn't work, you can use 127.0.0.1, your IP loopback address.
5. Once you're done with this, select your new RDS server entry to make sure
you can connect successfully.
6. Press Alt+M to open the "Development Mappings" dialog.
7. Select your new RDS server.
8. Enter the appropriate path info. If you're browsing your own machine, you
can simply click on the little yellow button next to "Studio Path", then
navigate to the document root directory of your web server.
9. Click the "Add" button.

At this point, you should now be able to browse your CF files from within
Studio.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to