views:

34

answers:

1

I have several Coldfusion sites on a Win 2K3 IIS6 server and I wanted to ease into Railo. I was hoping to install Railo on the same server and just set up a particular IIS virtual host to use Railo instead of Adobe CF server.

It seems Adobe CF Server will still process the request for .cfm files even though I pointed the isapi mapping to the Railo dll.

I shut down Adobe Coldfusion 8 service and got Railo working on the IIS virtual host but it takes about 15 or so seconds to process a single .cfm file with the now() function in it. If I run the same cfm file via the port Railo is running on it is very fast.

is it possible to run Railo and CF Server side by side without JRun? And why would Railo and IIS be so slow?

A: 

The easiest way would be to download Railo Express (includes Jetty) and run that on a different port, like 8080.

Edward M Smith