Plus 10 Knowledge
Crap that we should remember.
October 2, 2008
Finding the hostname with CFMX 8
<cfset inetObj = CreateObject("java", "java.net.InetAddress")>
<cfset inet = inetObj.getLocalHost()>
<cfoutput>#inet#</cfoutput>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)