Torrent Girl wrote: > I followed the directions at the following link: > http://www.adobe.com/devnet/dreamweaver/articles/setup_coldfusion_03.html
> when I try to acces the cf administrator, I get the following message > The website cannot display the page > HTTP 500 > Here is the link I am browsing: > http://localhost:8500/CFIDE/administrator/index.cfm A HTTP 500 error means you can reach the server but the server answers with an error. There is no reason to suspect you have anything wrong with your network configuration, IIS or port numbers. Presuming a default installation, can you shut down CF and remove all the files from the following directories: C:\ColdFusion8\logs\ C:\ColdFusion8\runtime\logs\ C:\ColdFusion8\wwwroot\WEB-INF\cfclasses\ Then start CF, wait three minutes to make sure it is completely started and visit http://localhost:8500/CFIDE/administrator/index.cfm (press Ctrl-F5 in your browser to make sure it doesn't use a cached result). If you still get the error, mail me (offlist) the contents of the JRun logfile at C:\ColdFusion8\runtime\logs\coldfusion-out.log and I'll have a look. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310217 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

