Copy link to clipboard
Copied
Hi,
Just want to ask if there are some feature that left behind if i use the
coldfusion builtin webserver to host my production site rather that using IIS or Apache webserver.
is there any pros and cons or limitation using built in webserver?
How about the security? more secure or the same?
i'm using Coldfusion 8 Enterprise and want to host my site in Red Hat Linux Enterprise 5.
Thanks for any suggestion
hairekahfi
http://haire-family.blogspot.com/
Copy link to clipboard
Copied
Here is what Adobe has to say (emphasis mine):
The ColdFusion server configuration is built on top of JRun, which includes the JRun web server (JWS), also called the built-in web server. Although not intended for use in a production environment, the built-in web server is particularly useful in the following cases:
http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_3.html
Copy link to clipboard
Copied
I like my dev environment to be as close as possible to my production environment. In my opinion that should dictate your thinking in this area. If your prod server is IIS, go IIS. If it is apache, go apache. I have never even tried the built-in server becuase it was never a consideration for my production sites.