Skip to main content
Participant
October 31, 2007
Answered

Changing from IIS to Sun Web Server

  • October 31, 2007
  • 1 reply
  • 452 views
My environment is going to move from IIS to Sun Web Server 6. Is there any way to update what web server ColdFusion is using without having to reinstall ColdFusion? I looked through the CF Admin but didn't see anything. Any help would be most appreciated.

Thanks in advance.
    This topic has been closed for replies.
    Correct answer JohnEric
    wsconfig

    I've only ever used it with IIS and apache

    open a command prompt and go to <cffusionmx directory>\runtime\bin

    Type wsconfig a box that is titled "Web Server Configuration" should pop open.

    Hit add, select IIS as the web server and check the "Configure web server for CFMX apps", the hit OK.

    1 reply

    JohnEricCorrect answer
    Inspiring
    October 31, 2007
    wsconfig

    I've only ever used it with IIS and apache

    open a command prompt and go to <cffusionmx directory>\runtime\bin

    Type wsconfig a box that is titled "Web Server Configuration" should pop open.

    Hit add, select IIS as the web server and check the "Configure web server for CFMX apps", the hit OK.
    crdowdenAuthor
    Participant
    October 31, 2007
    Thanks very much...this worked perfectly :)