Cannot find Instance Manager when trying to add second CF site on ColdFusion 9 Admin panel

StackOverflow https://stackoverflow.com/questions/22511697

  •  17-06-2023
  •  | 
  •  

Pergunta

Now perhaps I am just dense and cannot figure this out, but i cannot for the life of me find the Instance manage on ColdFusion 9 Standard. I do know that it is a multi-server installation as it is already running 2 CF sites, but i am trying to add a third and cannot figure it out. There is no Enterprise Manager on the left panel nor Instance manager. Sorry if I sound like a complete idiot but where is this and why can't I find it??

Foi útil?

Solução

AFAIK Standard edition does NOT allow multi-instance. You will only see that in the free Developer or pricey Enterprise edition.

To run multiple CF App under the same instance, you can do multiple Application.cfc (logical application) and map them in your web server respectively by webroot. They will be sharing the same CF instance, but at least your Session / Application scope won't be mixed up if you give each Application.cfc a different this.name.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top