Skip to main content
Participant
August 13, 2007
Question

How to enable RDS - AFTER installing

  • August 13, 2007
  • 4 replies
  • 1296 views
I've got CFMX7 already installed and running. I did not enable RDS when I installed.
But I want to enable RDS now. Is this possible? If so, how?

Thanks.
    This topic has been closed for replies.

    4 replies

    October 15, 2007
    I was able to get my RDS working with the URL provided by Ken. Here's my settings:

    Host Name: 127.0.0.1
    Port: 8500 (I'm using the CF build in web server, otherwise it should be 80)
    SSL: Leave blank
    Context Root: Leave blank
    User Name: Leave blank
    Password: Use the password you used in CF Admin for RDS

    Try the test connection... worked for me.
    Inspiring
    October 11, 2007
    i am getting the same error. I also can't set up my rds login in DW.
    Inspiring
    October 11, 2007
    i am getting the same error. I also can't set up my rds login in DW.
    Inspiring
    August 13, 2007
    Todd-Holtmann wrote:
    > I've got CFMX7 already installed and running. I did not enable RDS when I installed.
    > But I want to enable RDS now. Is this possible? If so, how?

    Open /web-inf/web.xml and look for the RDS servlet in it. If it is
    escaped, remove the escape markers and restart CF. Then enable and set a
    password for RDS in the Administrator.

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    August 13, 2007
    See the technote: Disabling/enabling ColdFusion RDS on production servers. Note there are several sections that must be updated.

    It is always good to google or search on www.adobe.com/support/coldfusion, since many items are documented in the KB.
    Participant
    August 13, 2007
    Thanks for the replies. I'm closer.
    Now when I Test Connection from within Report Builder I get the following error:

    HTTP/1.1 404 Not Found

    What am I missing? Thanks for the help. I've never setup RDS before.