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

Instance Manager not showing stop or restart when HTTP disabled

New Here ,
Aug 03, 2023 Aug 03, 2023

Copy link to clipboard

Copied

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  Screenshot - 03_08_2023 , 13_17_12-redacted.png
However after doing the same in Coldfusion 2023 the stop and restart actions aren't avaible

Screenshot - 03_08_2023 , 13_07_14.png

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.

 

Screenshot - 03_08_2023 , 13_10_42.png

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

Views

151

Translate

Translate

Report

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

Copy link to clipboard

Copied

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. 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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. 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.png

 

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

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
Documentation