0
Community Beginner
,
/t5/coldfusion-discussions/installation-troubles-cfm-pages-coming-up-blank/td-p/1072511
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.
- 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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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.
It seems so obvious in hindsight, thanks again.
circuitfive
AUTHOR
Community Beginner
,
/t5/coldfusion-discussions/installation-troubles-cfm-pages-coming-up-blank/m-p/1072512#M96347
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/coldfusion-discussions/installation-troubles-cfm-pages-coming-up-blank/m-p/1072513#M96348
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.
By the way, CFMX 7 is not supported to run on JDK 1.5. Use 1.4.2_9 to _12.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
LATEST
/t5/coldfusion-discussions/installation-troubles-cfm-pages-coming-up-blank/m-p/1072515#M96350
Sep 18, 2006
Sep 18, 2006
Copy link to clipboard
Copied
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.
It seems so obvious in hindsight, thanks again.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/coldfusion-discussions/installation-troubles-cfm-pages-coming-up-blank/m-p/1072514#M96349
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.
By the way, CFMX 7 is not supported to run on JDK 1.5. Use 1.4.2_9 to _12.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

