Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Instance Manager not showing stop or restart when HTTP disabled

New Here ,
Aug 03, 2023 Aug 03, 2023

We are migrating from Coldfusion 2018 to Coldfusion 2023. We run Enterprise Edition and have multiple instances. For secuity reasons we remove the HTTP listers after creating the instace by removing the connector from <server-dir>/runtime/conf/server.xml

<Connector protocol="HTTP/1.1" port="8501" redirectPort="8445" connectionTimeout="20000" />

This works fine in Coldfusion 2018  Coldfusion 2018 (Working correctly, stop and restart)expand image
However after doing the same in Coldfusion 2023 the stop and restart actions aren't avaible

Coldfusion 2023 - No HTTP connector, Only Start is enabled not stop or restartexpand image

After adding the conenctor back into <server-dir>/runtime/conf/server.xml

 

<Connector protocol="HTTP/1.1" port="8501" redirectPort="8445" connectionTimeout="20000" />

 

This the expected actions are avalible.

 

Adding HTTP port allows things to work again as expectedexpand image

From what i can tell eveything else works ok, including the restart after applying an update. I just wanted to check if I'm doing something wrong or if this a known issue or a bug.

 

Thanks

 

TOPICS
Server administration
224
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 06, 2023 Aug 06, 2023

I do understand you have noticed a change in behaviour between ColdFusion 2018 and ColdFusion 2023. What I don't understand is why that bothers you. Deleting the HTTP connector implies that you don't want to use HTTP. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 07, 2023 Aug 07, 2023

I can't stop or restart a running instance from within Instance Manager in Coldfusion 2023 when I could in Coldfusion 2018.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 07, 2023 Aug 07, 2023

I am surprised that the CF2023 Enterprise Manager still shows the HTTP Port after you delete the HTTP connector in server.xml. It's worth another look indeed. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 07, 2023 Aug 07, 2023
LATEST

Hi @peterj446 

 

I have tried this and it is working for me. Pasting the screenshot for you.I have to disable the HTTP port for all the instances server.xml.

PriyankShrivastava_0-1691434384494.pngexpand image

 

Thanks,
Priyank Shrivastava
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources