Ask a Question related to Coldfusion Server Administration, Design and Development.
-
leontova #1
How do you detect a server instance
Hi All. I've got several CF7 Enterprise servers and would like, within a cfc,
to detect whether or not a CF instance is running on one of the other servers
(other than calling a web page belonging to that server) The instances have
their own service but I'd like to avoid going through Windows Server to get the
state of the instance. I thought about the Administrator API but that doesn't
have a get-State-of-instance function. Any body have any ideas on how I can
achieve this?
Thanks for your help!
-Andy
leontova Guest
-
Creating Server Instance
I am new to the multi server instance (usually ran it the old way) so I am wondering. Does anyone know the reason/purpose for "Create Windows... -
CF7 server instance config problem
Hi all. I have 2 sites in IIS 5-each with their own IP. I installed the multiple instance CF7 configuration (Enterprise). I created an instance in... -
Connect to SQL Server 2000 named instance from CF 4.5?
Has anyone connected to a SQL Server 2k named instance from CF 4.5? Yes believe it or not we are still using 4.5. I do not see a place in the Data... -
How do I detect it is a passive or active ftp server?
"Tulan W. Hu" <twhu@lucent.com> wrote in message news:c7g7ng$3rs@netnews.proxy.lucent.com... or Have you tried using Ace FTP or smart ftp. I... -
Connection timeout - detect if server is available
I have a connection on a web page to a sql server that isn't always available. I set the CONNECTIONTIMEOUT property to various times between 3 and... -
BKBK #2
Re: How do you detect a server instance
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001734.htm[/url]
<cfscript>
createObject("component", "CFIDE.adminapi.administrator").login("Lijn7") ;
serverInstanceObj=createObject("component", "CFIDE.adminapi.serverinstance");
</cfscript>
<cfdump var="#serverInstanceObj#">
BKBK Guest
-
leontova #3
Re: How do you detect a server instance
BKBK. Thank you for your reply. I tried working with this but I couldn't figure
out how to get a boolean back describing the on/off state of a instance name.
Do you have any further insight on this?
Thanks for your time.
-Andy
leontova Guest
-
BKBK #4
Re: How do you detect a server instance
My Coldfusion is not a multiserver configuration version. The component
serverInstance.cfc is therefore not on my machine and so I can not run
the above code. However, I know that you will find the methods you need and
their signatures when you put the following in your browser
[url]http://localhost:8300/CFIDE/adminapi/serverinstance.cfc[/url]
BKBK Guest



Reply With Quote

