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

CF10 RDS enable

New Here ,
Sep 01, 2013 Sep 01, 2013

Copy link to clipboard

Copied

It seems the Security section of my CF10 Administrator is missing a number of options. I have users enabled, but I can no longer find where to manage them. I'd also like to enable RDS for some development purposes, but its not listed under "Security" either.

I know its something really simple and I've search and searched online to no avail.

Any pointers?

Thanks.

Views

380

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 ,
Sep 01, 2013 Sep 01, 2013

Copy link to clipboard

Copied

LATEST

Hello,

Thank you for your post. Please try the following:-

  1. Navigate to web.xml at cf_root\WEB-INF.
  2. Search for the below code and uncomment it.

<servlet id="coldfusion_servlet_8789">

        <servlet-name>RDSServlet</servlet-name>

        <display-name>RDS Servlet</display-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_103401311065856789">

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.rds.RdsFrontEndServlet</param-value>

        </init-param>

</servlet>

3. Save the file.

4. Restart ColdFusion services.

Regards,

Anit Kumar

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