I've been running ColdFusion 4.5 Enterprise for the past year and I've recently installed ColdFusion 5 Server on two new box: Production and Development. The hardware for these two box is different. The Production box is an IBM Server xSeries 220 with a P3 800 Mhz and the development box is an IBM Intellistation M Pro with a P4 1.5 Mhz. Both, the Production box and the Development box are using a SCSI HD but the Production Box is setup as RAID 5 with 3 SCSI HDs and the development box is just a regular Server box with 1 SCSI HD. Both have only one driver letter (c) on each box. Both box have ColdFusion 5 Server, MS SQL 2000 Server and MS IIS 5.0 installed on the drive C: All configuration have been set to be the same in ColdFusion 5 Server, MS SQL 2000 Server and MS IIS 5.0.
After ColdFusion Server 5 have been installed, it reboots and brings up IE to test to see if the installation was successful. And it was, as I have test.
Now, after these two box have been installed, the databases are restored from backup and ColdFusion application files (*.cfm) have been moved from the old boxes to these two new boxes.
The problem I have is that the Production is running very well with no errors and the response time is instantaneous for each coldfusion that the user request.
On the other hand, the development box is not servicing the request! For example, I entered the following url: It cannot load this page! If I simply load any *.html file, it works just fine.
My conclusion is that Coldfuaion is not working correctly because it seems to be unable to service the request for the Login.cfm file.
My question is why the two boxes are behaving totally differently when infact both software configuration are set exactly? Is there a solution for this?
Your solution and help is appreciated greatly.
After ColdFusion Server 5 have been installed, it reboots and brings up IE to test to see if the installation was successful. And it was, as I have test.
Now, after these two box have been installed, the databases are restored from backup and ColdFusion application files (*.cfm) have been moved from the old boxes to these two new boxes.
The problem I have is that the Production is running very well with no errors and the response time is instantaneous for each coldfusion that the user request.
On the other hand, the development box is not servicing the request! For example, I entered the following url: It cannot load this page! If I simply load any *.html file, it works just fine.
My conclusion is that Coldfuaion is not working correctly because it seems to be unable to service the request for the Login.cfm file.
My question is why the two boxes are behaving totally differently when infact both software configuration are set exactly? Is there a solution for this?
Your solution and help is appreciated greatly.