Although there are many ways to setup a server for production, there is a common theme. On reboot, it should come up running all the services necessary without human intervention.
\r\n
In order to achieve this goal with a Flex server running on JRun, you can simply add that server to your Windows Services panel and set it to start automatically. "Okay… how do I do that?", you say.
[Read more →]
Tags: Flex · JRun
ColdFusion logs, when installed on JRun, can be modified so that you can separate out log information by log level. This will allow you to find log entries easily.
[Read more →]
Tags: ColdFusion · JRun
You will find this on a couple blogs, but since I”ve given presentations on ColdFusion performance since the Allaire days, I thought I should share.
My friends at webapper discovered an issue with CFSWITCH under load where the expression was a string.
In my presentations, I often encouraged the use of CFSWITCH over using if/elseif logic. [...]
[Read more →]
Tags: Uncategorized