flex builder 3 - cannot configure coldfusion8

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default flex builder 3 - cannot configure coldfusion8

    I am using the trial version of Flex Builder 3 to create a new project
    (File/New/Project/FlexBuilder/Flex Project).
    In the New Flex Project window, I enter the project name, select "web
    application" as the application type, and select "ColdFusion" as the server
    technology. The "Use remote object access service" is checked, and "LiveCycle
    Data Services" is selected.

    In the next screen - in the server location, I enter "Standalone" as the
    installation type, the webroot is "c:\inetpub\wwwroot," and the root url is
    "http://127.0.0.1" (I'm using IIS, so I'm not using port 8500). This is the
    screen where I see error at the top - "LiveCycle Data Services is not
    installed at the specified location." But I made sure LiveCycle Data Services
    was installed when I installed ColdFusion8, and "Enable Remote Adobe LiveCycle
    Data Management access" is checked in the ColdFusion Administator panel.

    What is missing? Any help would be appreciated.


    tsqware21 Guest

  2. Similar Questions and Discussions

    1. Serious bug in Flex Builder 3
      I just lost a whole morning's work. Here's what I did: I needed to base a new component on an existing one. So, in the FB3 file list I...
    2. Flex Charting 2 with Flex Builder 3
      I've recently inherited a code base that was built on Flex 2 and uses the Flex 2 Charting component. Flex Builder 3 is the only version of Builder...
    3. Switch from Flex Builder 2 to Flex Builder 3
      Hi All, I've developed an application in Flex Builder 2 and I'm trying to switch it in Flex Builder 3. My application receives data from a...
    4. Problem in Flex Builder UI After Installing Flex 3
      So, here's an interesting issue. And my apology in advance if it has been reported before. But I have spent the better part of two days installing...
    5. Flex/Flex Builder Trial
      Anyone, I am interested in trying the flex builder application. I am not a programmer so I am a bit unsure of what components I need to run the...
  3. #2

    Default Re: flex builder 3 - cannot configure coldfusion8

    I figured out the RDS issue - check the web.xml file in the WEB-INF folder of
    cfroot and webroot. I uncommented the <servlet-name> and the <servlet-mapping>
    tags which referenced RDS Servlet, restarted the server, and that took care of
    the RDS issue.

    tsqware21 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139