Append variables to the server scope?

2004-01-22 Thread Burns, John
Is there a way to append variables to the server scope of a cf server? for isntance, you're running clustered servers and want to be able to distinguish which server you're on by server.serverName and it return the name of the server you're on.cfregistry is disabled so you can't pull it from

RE: Append variables to the server scope?

2004-01-22 Thread Taco Fleur
will remember Teach me and I will learn -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, 23 January 2004 5:57 AM To: CF-Talk Subject: Append variables to the server scope? Is there a way to append variables to the server scope of a cf server? for isntance, you're

RE: Append variables to the server scope?

2004-01-22 Thread Burns, John
of the server scopes that are always there? John -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:21 PM To: CF-Talk Subject: RE: Append variables to the server scope? Could it be this simple? cfset server.serverName = freddy I'm

RE: Append variables to the server scope?

2004-01-22 Thread Taco Fleur
will forget Show me and I will remember Teach me and I will learn -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, 23 January 2004 6:29 AM To: CF-Talk Subject: RE: Append variables to the server scope? Well, I was thinking more along the lines

RE: Append variables to the server scope?

2004-01-22 Thread Dave Watts
Is there a way to append variables to the server scope of a cf server? I'm not sure I understand. Do you mean something other than simply setting variables within code? cfset Server.foo = bar If you want these variables to be created whenever the server is restarted, I think you'll have