Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

application server test page failed

Guest
Apr 06, 2008 Apr 06, 2008
I installed the ColdFusion8 free edition development.
1.Create a new file extension.2. Go to code view and delete all of the lines of code, and type the following code:
<cfdump var=#cgi#>
3.Upload the file
A page displaying a list of CGI variables should appear in the web browser.
Nothing happened in my case, except the code itself.
IS it because the application server is not working correctly?

Georgeslys,
TOPICS
Getting started
745
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Apr 20, 2008 Apr 20, 2008
quote:

Originally posted by: cf_menace
Ok, but you didn't say if you can reach the ColdFusion administrator. If you can't reach that URL, then CF may not be running.

CF Admin is located at http://localhost/CFIDE/administrator/


Translate
Contributor ,
Apr 08, 2008 Apr 08, 2008
If you can get to http://{your_domain}/CFIDE/administrator/ then CF is working correctly. You should have been prompted to this URL directly after the CF installer was done in order to setup the CF Administrator.

If that is working, then

1. What do you mean by "create a new file extension"? What program are you using to write code?

2. Are you accessing the file via a HTTP request ( http://localhost/path/to/file.cfm ) or are you opening the file directly in the browser ( file:///C:/Inetpub/wwwroot/file.cfm )? It should be via HTTP.

If you can't get to the CF Admin URL, there should be a LOG file that shows any errors that happened during the installation.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 09, 2008 Apr 09, 2008
I am using dreamweaverMX to write the following code.(on code view)
<cfdump var =#cgi#>
I created a page with a cfm file extension and save it under that name: timetest.cfm.

Via http://localhost/timetest.cfm
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Apr 09, 2008 Apr 09, 2008
Ok, but you didn't say if you can reach the ColdFusion administrator. If you can't reach that URL, then CF may not be running.

CF Admin is located at http://localhost/CFIDE/administrator/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 20, 2008 Apr 20, 2008
LATEST
quote:

Originally posted by: cf_menace
Ok, but you didn't say if you can reach the ColdFusion administrator. If you can't reach that URL, then CF may not be running.

CF Admin is located at http://localhost/CFIDE/administrator/


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 10, 2008 Apr 10, 2008
If I can create a data source, does this mean that ColdFusion is running?
Also, I went to that link you provided me: http://localhost/CFIDE/administrator/ it says, the page can not be display.
but,when I click the modify data source, I do get to the administrator.
What does it means?
Also, If ColdFusion is not running, what do I have to do in order to correct this problem?
Thank you for your time.
Georgeslys,
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Apr 10, 2008 Apr 10, 2008
This is on your local machine, right? localhost? What URL do you get when you modify data sources? You may have installed CF 8 as stand alone, where it uses its own internal web server instead of IIS or Apache. IIRC, when installed like this, you have to use a certain port number to connect to the CF server.

If the URL to your "change data source" link has a port number after localhost, then we're heading in the right direction.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 10, 2008 Apr 10, 2008
HI,

Are you using a external webserver or the internal JRun web server. I tried the same code and it is working well for me. Let me know if you have enabled the debug settings the stack trace so that we can trace what actually is happening.

Regards
UKB
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 11, 2008 Apr 11, 2008
Dear UNITRIN,
The port after localhost had to be changed.
Now, I can see my database connection on the panel.
I can also insert recordset and so on.

Thank you for your help.

Georgeslys,


P.S. I may need your help again
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources