Skip to main content
Participating Frequently
February 3, 2009
Question

stop connector from runing at boot / start

  • February 3, 2009
  • 2 replies
  • 420 views
I manually configured the connector for CF8 on Fedora Core 10 according to these instructions http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19575 and it works fine.

However, every time I start CF, it wants to run the connector script and it fails, but CF did start fine. and I can get .cfm pages just fine

How can I prevent the connector script from running?

Thanks
manuel
    This topic has been closed for replies.

    2 replies

    Participant
    October 2, 2009

    Are you running Linux or Windows?

    If you're running Linux, just rename the connector script:

    # mv /opt/coldfusion8/bin/cf-connectors.sh  /opt/coldfusion8/bin/cf-connectors-run.sh

    then restart to make sure you're not getting that error any more

    # /etc/init.d/coldfusion8 restart

    HTH

    nautaAuthor
    Participating Frequently
    February 5, 2009
    any one ????