Connecting Flash Builder with ColdFusion Server 9 Locally

Man this is a real a hassel and should be easy as hell.
I am trying to do a simple connection to the local coldfusion server with the beta 2 Flash Builder -- FlexBuilder 4.
It sould be simple. I have the local webserver be IIS (INetpub>WWWRoot)
The coldfusion server is (C:\ColdFusion9\wwwroot\WEB-INF\flex).
The services-config.xml is in that directory. So I must admit I am lost......
Any Ideas what I may have over looked?
The Error That I get is: Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.
Thanks,
Gene

I changed the path to the coldfusion server to (C:\ColdFusion9\).
Now it works..........Go Figure!

Similar Messages

  • How do you connect Flash Builder to a NON-LOCAL PHP Server?

    Is it possible to connect Flash Builder 4 to a non-local PHP Server?  In my case, I want to connect to a PHP server on my web-host (similar to GoDaddy).
    This seems like a really stupid question, but every single tutorial or forum post I've Googled in the past 2 hours talk about how easy this is but all of them use "...localhost..." in the Root URL and I can't find anywhere in Flash Builder to enter FTP style credientals!
    I do not want to turn my PC into a PHP/SQL/IIS server.  I want to be able to do all of my work remotely as I do with Dreamweaver. 
    I've been trying to do this one simple thing for the better part of 2 days and can't believe how under-documented this feature is.
    Please please please help!
    Thanks
    Charles

    Upload your services to a directory on your host, upload your remoting app (Zend AMF etc) and configure it, then change the end point in your code to the gateway.php on your server:
    yourService.endpoint = "http://www.yoururl.com/pathway-to-your/gateway.php";
    For instance, one of mine are:
    protected function updateButton_Click(event:MouseEvent):void
                    // TODO Auto-generated method stub
                    support_Requests.ticket_id = supportGrid.selectedItem.ticket_id;
                    support_Requests.hub = supportGrid.selectedItem.hub;
                    support_Requests.username = supportGrid.selectedItem.username;
                    support_Requests.contactNumber = supportGrid.selectedItem.contactNumber;
                    support_Requests.email = supportGrid.selectedItem.email;
                    support_Requests.request = supportGrid.selectedItem.request;
                    support_Requests.status = statusButtons.selectedValue.toString();
                    support_Requests.note = noteUpdate.text;
                    supportRequestsService.endpoint = "http://www.not-telling-you-my-url/app-resources/gateway.php";
                    updateSupport_RequestsResult.token = supportRequestsService.updateSupport_Requests(support_Requests);
                    currentState='Home';

  • Help with connection flash builder 4.5 to remote php database

    help with connection flash builder 4.5 to remote php database

    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='.;C:\php5\pear;D:/webserver/apache2/htdocs/ZendFramework/library') in D:\webserver\apache2\htdocs\giga\first-debug\gateway.php on line 27

  • Connect Flash Builder 4 to remote PHP service

    Hello i have seen some videos that explained how easy is connect Data/Services to local PHP server, and then extract the methods instantly. Also binding it to a datagrid, and everything was with wizard, easy and fast.
    I would like to do the same but my problem is that i always work with remote PHP (not localhost), and i don't know how to connect flash builder 4 to my remote PHP class.
    PS: I know how to do it manyally, but then i would not use the power of the wizards.
    ¿Is there any solution?
    thanks

    Would you mind giving me an example?:
    the server path is /httpdocs/
    and my website is for example: http://www.smspubli.com
    I though that maybe the solution is on mount a virtual folder that connects to my httpdocs via FTP (problem is that in mac os it lets you create virtual folders but only in read mode)...
    Please help me, there is no solution in all internet and then only way to use the power of flash builder 4 is connecting to localhost...

  • Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11

    Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11.  I can see the tables and views in the database tab, but no stored procedures.  If I connect to a data source created in ColdFusion Server 6 I am able to see the stored procedures.

    Ben thanks for the reply!
    Yes that is the process I am following:
    In Dreamweaver, open the page that will run the stored procedure.
    In the Bindings panel (Window > Bindings), click the Plus button, and then select Stored Procedure.
    In the Data Source pop‑up menu, select a connection to the database containing the stored procedure
    Enter the ColdFusion Data Source user name and password.
    At this point in the procedure drop down I would get a message that said No Stored Procedure Found.
    Right now it appears to be working, I had to create a new site that pointed to the older CF 6 server's data source and create a page following the process above, then when I went back to the CF 11 site the stored procedures were now populated.  I need to make sure it is pulling from the correct server but right now it appears to be working.
    Thanks
    Dwight

  • Adobe launches Flash Builder 4, ColdFusion Builder

    Adobe launches Flash Builder 4, ColdFusion Builder

    ColdFusion wizards used to be a part of the CF Extensions plug-in. This plug-in is going to be replaced by DCD + Bolt.
    Bolt is the codename for Adobe’s new Eclipse™ based development tool that you can use to build applications for Adobe® ColdFusion®. Visit this site (http://labs.adobe.com/wiki/index.php/Bolt) regularly to find out the latest information about Bolt from the ColdFusion product team.
    -mayank
    x39901
    Message was edited by: Mayank (Adobe)

  • Connecting Flash 8 with MySQL

    Hi friends,
    I am making a web site for a customer and i need to import
    data from MySQL Database but i don't know how to do it.
    I would appreciate it if somebody could give me an idea or
    tell me where to find a tutorial.
    Also i heard that there is a .dll file that Macromedia made,
    in order to make it easier to connect Flash with Databases, is that
    true ?

    You'll need a server-side scripting language, like PHP, to
    query your
    database and format the data for Flash. If AS2 you use the
    LoadVars class
    for this. You might also check out www.amfphp.org which is an
    alternative to
    remoting, and allows you to call functions directly on the
    server. Once you
    use it for a while, it makes LoadVars clunky.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Flash Builder 4.6 - Server settings for remote server

    Hi,
    im building a mobile application with PHP Application Server Type in Flash Builder 4.6.
    Everything works good from localhost, so when im debuggin on Desktop.
    Now i want export the release build, and i don't know how should change the setting:
    Web root
    Root URL
    Output folder
    in Flex Server Panel.
    Thanks

    This post explain and works!
    http://forums.adobe.com/message/4095833#4095833#4095833

  • Connecting to a remote Coldfusion server

    I've taken the easy way out in the past, but with the recent rebuild on this computer I wanted to keep the Coldfusion server and database running in a virtual server so I can shutdown those services out of memory instead of running them constantly on the the computer locally.
    I have a drive mapping to the server but am having a hard time setting up the correct locations.
    Where does the locations point to on a remote computer?
    Drive mapping: Net use Z: \\devserver\c$
    Coldfusion root folder: (I assume) Z:\Coldfusion9
    Web Root: Z:\INetPub\wwwroot\MyProject
    Root URL: http://devserver/
    OutPut folder: ?
    However, when I validate I get a web root does not exist among various other errors depending on where I point the folders.  Point is, I can't seem to figure out what the folders really mean...?
    Can anyone help?
    Thanks

    You should use Web Root of your webserver, like this Z:\InetPub\wwwroot
    Thanks
    -Sunil

  • Workflow; from (illustrator) design to Flash Builder (with no room for interpretation)

    Dear all,
    A couple of years ago, we've made quite a bold move to start developing a large ERP application using Flex. The workflow was straight forward; functional and graphic designs were developed almost simultaneously (using Illustrator for the graphic part) and subsequently Catalyst would be used to convert the illustrator designs to usable code in Flash Builder.
    Since Catalyst has been discontinued, we've been dealing with a real gap which is recently been widened due to the fact we've started using later versions (Adobe CC). Thus, we are in need of some advice. We need solutions to move from an illustrator design to flash builder without our developers having to execute design tasks or interpret designs while coding. Basically my questions are as follows:
    - How do I get .ai files over to Fb leaving no room for interpretation (dimensions, colors, gradients, blends, padding, etc)?
    - What is the best flow in case we want to also add some interactivity / animation to our designs without having to dive into the code, in order to convey our ideas to our developers?
    I have browsed forums and watched several training videos, but all I can find are workflows from design to web. Surely, you guys can help me out!
    Thanks,
    David

    Watch the Online Video Course Flex 4.5 and PHP: Creating Data-Driven Applications

  • Error JDBC - Connect java instance with sql server

    We are working with SAP Netweaver 7.0 SP 18 and we need to upgrade to SP 23.
    The XML generated contains only ABAP Stack but the SUM also load the Java tab.
    This part of Java is giving me several problems Connection with SQL Server database 2005. Add image of the last error.
    To continue forward I am evaluating the following:
    1. How I can validate data Connection jdbc to connect to the database? How valid username and password that you use? Where
    Best Regards!

    Hi Hidalgo,
    The XML generated contains only ABAP Stack but the SUM also load the Java tab.
    Please check for the following
    1) Existence of  j2ee related profile parameters in SAP profiles ( default, instance and start )
    2) Existence of j2ee related folders on the SAP server
    If you system is only ABAP stack, please remove information identified in option(1) and (2).
    Hope this helps.
    Regards,
    Deepak Kori

  • Using Flash Builder with PhoneGap build...Possible?

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

  • Remote Desktop Connection certification issue with Win Server 2008 R2

    When connecting to Windows 2008 server R2, from Windows 7, Vista and Mac OS 10.6.7 via Remote Desktop Connection, i am getting a 'Server Name on the Certificate is Incorrect' error. 
    if i click connect, i can still connect to the machine, due to a 3rd party managing the server, this doesn't look very professional on my part...
    The server is a standalone machine and is not currently on a domain. RDC is only used for management purposes.

    Hi,
    This certificate error is normal, because your client do not trust the certificate which is installed on the terminal server. To avoid this issue,
    you can export the certificate and import this certificate into the client side (computer account).
    Thanks.

  • I have licensed version of Flash Builder with Master Collection CS5.5 how to upgrade to Flash Builder 4.7

    Did not take advantage of the free upgrade awhile back and need to upgrade my Flash Builder 4.6 licensed in Master Collection 5.5 to version 4.7.
    My serial is not working from my MC5.5 and my individual license from my Flash Builder is not working.
    Any ideas on to solve this issue?
    Tried to purchase an upgrade on their site but cannot find one that will let me upgrade from 4.6 to 4.7.

    No. You'll either have to pay for CS6 at full price. Or you'll need a subscription to the Creative Cloud. I highly recommend the latter.

  • Export from Flash Builder with Error Message

    I was attempting to reduce my file size by removing the embedding. Got an error message when I tried to open it in Catalyst. "Flash Catalyst cannot open this project because it was created by an incompatible version of Flash Catalyst" Please help. Urgent.

    Hey Blink,
    Just to clarify, you completed the following steps:
    1) opened your Catalyst project in Flash Builder
    2) removed the 'embed' statements
    3) exported as an FXP
    4) Tried to re-open in Catalyst?
    We currently do not support a roundtrip workflow between Flash Catalyst and Flash Builder.
    Meaning once you open a Catalyst created project in Flash Builder, you can't bring it back to Catalyst for editing.
    We know this is really, really important to our users and it is on our list.
    Blink, let me know if this answers your question.  If the steps I listed are incorrect, and you did not in fact open your project in Builder, let me know.
    Are you using beta 1 or beta 2? Flash Catalyst 1.0, available today, contains a feature which allows you to toggle your images between 'embedded' and 'non-embedded'.  You can right click an image in the library panel to 'convert it to a linked image'.
    Thanks for posting!
    Tara

Maybe you are looking for

  • Check if files exist using ABAP

    Hi All, I'm currently using FM: FILE_GET_NAME_USING_PATH, and I'd like to do a check to see if the filepath with file (i.e. /com/tmp/file.txt) I am getting back exists or not. Very simple question, just not sure what to do. Thanks, John

  • IMessage failed to deliver

    I have been having imessage problems since ios 7 upgrade. I send a message to people whom I know have I message turned on. It says failed to deliver with a red exclamation point. So I'm forced to send as a text. They def have imessage on. I have  reb

  • CS3 Mac can't get ACR working since Sno Leopard

    Since upgrading to Snow Leopard I had a range of problems. I fixed them for a bit; re loading CS3, updating CS3, ACR etc But then after I cropped  files I was getting error messages saying to install a printer (despite the Epson R288 working fine) So

  • Error when exporting large amount of data to Excel from Apex4

    Hi, I'm trying to export over 30,000 lines of data from a report in Apex 4 to an Excel spreadsheet, this is not using a csv file. It appears to be working and then I get 'No Response from Application Web Server'. The report works fine when exporting

  • Form submittal problem.

    i created a form that is being sent out to sales reps, filled in and then sent back using a Submit Button. The problem i am having is that upon receipt of the filled out forms, all of the form fields are still active. How can i ensure that the fields