-
1. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
Carl Von Stetten Jun 17, 2014 1:31 PM (in response to happysailingdude)How about http://127.0.0.1/CFIDE/administrator/index.cfm ?
Did you choose to connect ColdFusion to Apache during the installation? Did you enable the built-in server?
-Carl V.
-
2. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
happysailingdude Jun 17, 2014 1:43 PM (in response to Carl Von Stetten)Thanks Carl
That's getting closer I think - I got this "Not Found
The requested URL /CFIDE/administrator/index.cfm was not found on this
server." but it looks like a cf generated error rather than the other 2
urls which was chrome's 404 error.
I opted to use the built in cf server during installation - I don't recall
apache coming in to the equation at all. I was running cf 10 and that didnt
involve apache as far as I recall..
Really appreciate your help, thank you.
Anything else I could try?
Thanks.
ᐧ
-
3. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
BKBK Jun 17, 2014 1:52 PM (in response to happysailingdude)What about just http://127.0.0.1:8500/ ?
It could be that something went wrong with the /CFIDE directory.
-
4. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
happysailingdude Jun 17, 2014 1:55 PM (in response to happysailingdude)hi Dan - alas that just gives the chrome 404.
However this http://127.0.0.1/ gives "It works!" so something's running..
-
5. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
BKBK Jun 18, 2014 12:50 AM (in response to happysailingdude)Isn't that Railo? With Coldfusion that URL should show a directory structure.
-
6. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
happysailingdude Jun 18, 2014 2:05 AM (in response to BKBK)I havent installed ralio
-
7. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
BKBK Jun 18, 2014 2:35 AM (in response to happysailingdude)Then it must be something else other than your present ColdFusion installation. The words "It works!" ring a bell, but not a ColdFusion one. Certainly, Apache.
I think Carl got it spot on. You seem to be using the Apache web server. Verify this and, if so, either uninstall it or configure it for use with Coldfusion.
-
8. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
happysailingdude Jun 18, 2014 2:41 AM (in response to BKBK)Thanks chaps I really appreciate you helping with this.
I've just searched for apache on my mac and found this directory
/Applications/ColdFusion10/cfusion/runtime/work/Catalina/localhost/tmp/org/apache
I thought I'd uninstalled cf10 but maybe not and also maybe that's where
the apache thing is coming from.
I've already run the cf10 uninstall once so how do i get rid of this?
Thanks so much for your help. I can code in cf but alas don't know anything
about server admin etc so really appreciate your help. Thank you.
ᐧ
Nick
-
9. Re: coldfusion 11 I've installed it - how do I get to cfadmin?
Anit Kumar Panda Jun 18, 2014 5:10 AM (in response to happysailingdude)If you select Production profile or Production + Secure profile during installation, by default directory browsing is disabled for ColdFusion directory. You will get the below error message:-
Here are the steps to enable the same:-
- Navigate to C:\ColdFusion11\cfusion\runtime\conf and open the web.xml with notepad.
- Change “false” to “true” in <param-value>false</param-value> (as shown in the screenshot below)
3. Save the file and restart “ColdFusion 11 Application Server” service.
Regards,
Anit Kumar






