Follow-up: ColdFusion System Properties...

In my blog post about ColdFusion System Properties I explain a way to gather information about your server using the java.lang.System classes. Well, after a little hunting you can grab most of this information easier by using the ColdFusion server variables. For example, dumping the server.coldfusion variable returns the following structure:

server.coldfusion variables

And the server.os variable returns this structure:

server.os variables.

Just what I needed and I didn't have to use Java. Which is faster and less lines of code.

Comments
Contact Chris SchofieldBlogCFC was created by Raymond Camden. This blog is running version 5.9.001.