I cant get it installed. Im trying to run the standalone self contained server. The install and web server connector process goes perfectly, but then when i try to login into the administrator i get a servlet error, 500 NULL, from the server. The onl thing ive done that i can think is to install the JRE update from apple that upgrades Java to 1.5.0. Thsi seems to me to be the cause because im getting java exceptions in the log. I can post the log if needed, but im really more interested if anyone else is experiencing this issue.
-
Re: ColdFusion anyone?
06/01Heres my fix - or so it seems i havent really tested any pages as of yet, but i did successfully make it to the administrator. Heres what i did:
Open: /Applications/<cfInstallDir>/lib/adminconfig.xml in BBEdit
(I assume any plain text editor would work although id proably stay away from TextEdit)
Change: <runsetupwizard>true</runsetupwizard> to <runsetupwizard>false</runsetupwizard>
Save the file.
After that go to the administrator in a browser http://127.0.0.1/CFIDE/administrator/index.cfm and login as normal.
Now the question is, what does the Setup Wizard/Server Configurator do that i now need to do manually, if anything?