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

After Critical Updates, All apps point to CF 7 instead of CF8?

Guest
Sep 02, 2008 Sep 02, 2008
Last weekend, critial updates were installed on our server, and it was re-booted. Now, all the ColdFusion apps on the server are pointing to CF7 instead of CF8. (I stopped CF7 and our intranet is offline... if I stop CF8, our intranet runs fine). How do I get the apps to point to CF8 instead of CF7?
576
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

correct answers 1 Correct answer

Contributor , Sep 02, 2008 Sep 02, 2008
Have you tried to re-register your webserver using webserver configuration tool? Before doing so, run the wsconfig on CF7, and delete all you webserver connections, then run the wsconfig in CF8, then re-register.

HTH.
Translate
Contributor ,
Sep 02, 2008 Sep 02, 2008
Have you tried to re-register your webserver using webserver configuration tool? Before doing so, run the wsconfig on CF7, and delete all you webserver connections, then run the wsconfig in CF8, then re-register.

HTH.
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
Guest
Sep 02, 2008 Sep 02, 2008
I"ll try that tonight.
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
Contributor ,
Sep 02, 2008 Sep 02, 2008
6, 7 and 8 has webserver configuration tool (aka wsconfig)

A quick way to do it in CFMX7 is
1. Go to {CFMX7_ROOT}\bin\connectors
2. run REMOVE_ALL_CONNECTORS.bat

Once removed, you can do:
1. Go to {CF8_ROOT}\bin\connectors
2. run IIS_Connector.bat

HTH
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
Guest
Sep 04, 2008 Sep 04, 2008
LATEST
Worked! Un did the CF7 registrations, and re-did the cf8 registrations. Also set CF7 to not start on boot-up.. 🙂

Thank you!
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