I've got 2 ColdFusion apps built with a similar layout. They were built about the same time. I've recently upgraded my local server to ColdFusion 9. They both work fine locally but when I visit them through my IP one doesn't run the application.cfm
. The other does. They're both running on the same server. Any ideas?
Asked
Active
Viewed 1,228 times
2

James A Mohler
- 11,060
- 15
- 46
- 72

Ross
- 362
- 1
- 4
- 21
2 Answers
7
My first thought is that on a case-sensitive file system, Application.cfm MUST have a capital A.

Jason Dean
- 9,585
- 27
- 36
-
it's no problem about case-sensitive for application.cfm file. – PPShein Sep 13 '10 at 03:14
-
Windows is not case sensitive, but others systems are. If you don't capitalize appropriately, you will run into problems. – Evik James Aug 26 '11 at 13:28
1
If your application has an Application.cfc, and an Application.cfm or onRequestend.cfm page, ColdFusion ignores the CFM pages.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=AppEvents_01.html

Evik James
- 10,335
- 18
- 71
- 122