Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Neo Rye #1
Application Variables and Multiple Instances
I'm running multiple server instances of ColdFusion MX with JRun (Instance1 &
Instance2). Instance1 & Instance2 are clustered (Cluster1) . I have multiple
applications runing on Cluster1 (App1, App2, App3). I sometimes have the need
to reset one of the App's structures on all instances without having to restart
the instances. I typically do this by passing in a URL Variable (AppClear=TRUE).
How do I reset the application struct for App1 on both instances at the same
time? Is it possible to force my browser session to another instance? I think
security issues will keep me from referencing one instance from another within
the application. Any thoughts?
I know you can get the instance names but then what?
<cfobject action="create" type="java" class="jrunx.kernel.JRun" name="objRun">
<cfset servername = objRun.getServerName()>
<cfoutput>JRun Server Name: #servername#</cfoutput>
Neo Rye Guest
-
Multiple DW IDE Instances
Not sure what topic this would fall under... We use DW to edit independant HTML files. Is it possible to launch separate instances of the DW IDE... -
Multiple Instances
We have several IIS websites set up on our server and we want one coldfusion instance per website. We have an internal IP address assigned to each... -
Draging multiple instances of multiple objects
When I try this - dragging multiple instances of multiple objects onto a canvas area i have made the object instances dont stay around... For... -
Multiple instances of a control? <img> ??
Is it possible to have multiple instances of a control and still access all of them in codebehind? For example, I need to be able to change an... -
Application Instances
I have the same problem with subdomains. ASPNet thinks that is another application. I don't understand that. but I have not still found answer to...



Reply With Quote

