Skip to main content
Participant
October 22, 2013
Question

Multiple Instances, CF10 Tomcat & IIS

  • October 22, 2013
  • 1 reply
  • 689 views

Hi

I am trying to install coldfusion 10 using multiple instances and external webserver (IIS), the problem is that when i link to my application inside the seccond instance coldfusion use the same default instance as a cf engine.

Instance 1 = Path: C:\coldfusion10\1

Instance 2 = Path: C:\coldfusion10\2\test.cfm

Naturally it should use the configuration for instance 1 when i open test.cfm, but now it will use the cf engine and configuration for instance 1 when i open test.cfm

any idea how i can use different admin configuration for each instances using cf10 without Jrun?

    This topic has been closed for replies.

    1 reply

    Legend
    October 22, 2013

    Hi Tommy,

    Each instance has it's own WSCONFIG.exe in ColdFusion10\1\runtime\bin, ColdFusion10\2\runtime\bin where 1 and 2 = instance name.

    Hope that's what your looking for, Carl.