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

Installation troubles.. cfm pages coming up blank.

Community Beginner ,
Sep 14, 2006 Sep 14, 2006

Copy link to clipboard

Copied

The facts...

- brand new Fedora Core 5 installation
- Tomcat 5.5 installed and working (all sample apps work anyway)
- ColdFusion MX 7.0.2 installed as WAR in webapps directory

The problem...

- http://localhost:8080/cfusion/CFIDE/administrator/index.cfm comes up blank
- non-cfm pages (like html, gif, etc.) work just fine
- coldfusion doesn't log any messages
- tomcat log says:

09/14 16:37:36 Error [http-8080-Processor23] - The specific sequence of files included or processed is: /opt/tomcat/webapps/cfusion/CFIDE/administrator/index.cfm, line: 56

If anyone has seen this before or has an idea for how I might solve this issue, I'd appreciate the help.

Views

687

Translate

Translate

Report

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

Community Beginner , Sep 18, 2006 Sep 18, 2006
Steven, thanks for the help. You've given me enough information to get past this hurdle. In order to get it working I needed to use an older version of Tomcat (5.0.28). That way both Tomcat and ColdFusion can use the same JDK version (1.4.2_12).

It seems so obvious in hindsight, thanks again.

Votes

Translate

Translate
Community Beginner ,
Sep 14, 2006 Sep 14, 2006

Copy link to clipboard

Copied

Some more information for those kind souls that want to help...

In order to get to where I am now, I followed these instructions fairly closely:
http://www.adobe.com/support/coldfusion/j2ee/cfmx7j2ee_tomcat_deploy.html

See code below for what I decided to put into my setenv.sh script for Tomcat.

Thanks in advance for any insight.


Votes

Translate

Translate

Report

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
Engaged ,
Sep 18, 2006 Sep 18, 2006

Copy link to clipboard

Copied

Jay, if you turn on directory browsing by setting listings to true in web.xml (see below), can you get a directory listing of /cfusion ? If you follow the directory links to /cfusion/CFIDE/administrator/ can you click on index.cfm and get a successful result?

By the way, CFMX 7 is not supported to run on JDK 1.5. Use 1.4.2_9 to _12.

Votes

Translate

Translate

Report

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
Community Beginner ,
Sep 18, 2006 Sep 18, 2006

Copy link to clipboard

Copied

LATEST
Steven, thanks for the help. You've given me enough information to get past this hurdle. In order to get it working I needed to use an older version of Tomcat (5.0.28). That way both Tomcat and ColdFusion can use the same JDK version (1.4.2_12).

It seems so obvious in hindsight, thanks again.

Votes

Translate

Translate

Report

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
Explorer ,
Sep 18, 2006 Sep 18, 2006

Copy link to clipboard

Copied

Jay, if you turn on directory browsing by setting listings to true in web.xml (see below), can you get a directory listing of /cfusion ? If you follow the directory links to /cfusion/CFIDE/administrator/ can you click on index.cfm and get a successful result?

By the way, CFMX 7 is not supported to run on JDK 1.5. Use 1.4.2_9 to _12.

Votes

Translate

Translate

Report

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
Documentation