Thanks all!


I just found the page in the Oreilly Programing Coldfusion 2 *chuckle*

"Server variables store data associated with the server on which
ColdFusion is running. Server variables are available to all ColdFusion
applications and persist until the ColdFusion Application Server is
stopped. You can create your own server variables or reference the
following predefined ones:
server.COLDFUSION.APPSERVER

server.COLDFUSION.PRODUCTNAME

server.COLDFUSION.PRODUCTVERSION

server.COLDFUSION.PRODUCTLEVEL

server.COLDFUSION.ROOTDIR

server.COLDFUSION.SERIALNUMBER

server.COLDFUSION.SUPPORTEDLOCALES

server.COLDFUSION.EXPIRATION

server.OS.ARCH

server.OS.NAME

server.OS.ADDITIONALINFORMATION

server.OS.VERSION

server.OS.BUILDNUMBER?"


but i got responses from the list first as always !


The server is version 5.0.0 .


Oh well..could be worse ;-)

-Gel

-----Original Message-----
From: Larry C. Lyons [mailto:[EMAIL PROTECTED]
Sent: Friday, November 21, 2003 11:05 AM
To: CF-Community
Subject: Re: Determining version of CF Server

Try these Gel:
<cfoutput>
Level: #Server.ColdFusion.ProductLevel#<br />
Name #Server.ColdFusion.ProductName#<br />
Version #Server.ColdFusion.ProductVersion#<br />
</cfoutput

larry

At 09:54 AM 11/21/2003, you wrote:
>I seem to remember someone posting a way to return the version number
of
>CF that your server is running?
>
>
>I am testing some code on a new webhost, but have no clue what version
>of CF they provide or what features they have open or blocked.
>
>
>Can anyone remember that statement?
>
>
>It's not cfversion() *grin*
>
>
>-Gel
>
>
>----------
>[
  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to