Is there any way in ColdFusion code to determine on what server the code is executing? I have few load-balanced ColdFusion servers. I want to be able to know on which server the code is running when I catch an exception, so I can include that information in the logging / reporting code.
The servers are Windows 2003/IIS, if that matters. I'd love to know how to do it in Linux/Apache too. :-)