Skip to main content
Participant
September 1, 2013
Question

CF10 RDS enable

  • September 1, 2013
  • 1 reply
  • 421 views

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.

    This topic has been closed for replies.

    1 reply

    Anit_Kumar
    Community Manager
    Community Manager
    September 1, 2013

    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