Eric,

You can do this via a java object. 
Try this code to get the local server host name:

<cfset inet = CreateObject("java", "java.net.InetAddress")> 
<cfset inet = inet.getLocalHost()>

--
Peter Amiri
Founder | Alurium Hosting
949-338-3862 | pe...@alurium.com | http://www.alurium.com
LinkedIn: http://www.linkedin.com/in/peteramiri | IM bpamiri 
(AIM/MSN/Y!/GTLK/SKYPE)



On Sep 2, 2010, at 10:43 AM, Eric Roberts wrote:

> 
> Does anyone know if CF,r via a .NET object even, I can get the server name
> (not the domain or IP) to use to differentiate servers in the
> application.cfm?  The server name is the one thing that won't change if the
> server get changed.  Thanks!
> 
> 
> 
> Eric
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to