Http services problem

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Http services problem

    Dear Friends:
    My Problem is about the Http services
    Install Flex base on BEA Weblogic, JRUN4,Tomcat
    all the same problem
    my sever in intranet , ip is 222.222.222.22
    my client ip is 222.222.222.50
    in the intranet browse the Flex Samples All is OK
    i do the Map in firewall give the sever internet ip 111.111.111.11
    and i open all neet ports
    go back home i try to browse the Flex Samples ip 111.111.111.11
    like flex store got 500 Http services Timed out all same in BEA Weblogic,
    JRUN4,Tomcat
    i conf the flex-config.xml the whitelist <URL>http://*</URL>

    How can help me ?
    where the problem is?
    how to correct it?

    Thank all!!!

    Sorry my poor english.....

    poplu Guest

  2. Similar Questions and Discussions

    1. Enabling HTTP Post to invoke web services
      I am calling a .Net web service from a traditional ASP page. I am using the ServerXMLHttp object. For example: sWebSvcUrl = "http://.....asmx"...
    2. HTTP Services for DataGrid
      why is it that, when we send a web request for some data from a .jsp or .xml file, for a datagrid , we dont get the result displayed on the DataGrid...
    3. No HTTP Post/Get show in Web Services WSDL.
      Hello all - Bear with me during this explanation as I have run myself ragged trying to figure this one out. When I compile my web service that...
    4. web services over http
      Hi I have a webservice setup for which I want to use client certificates. I installed a Web-Server certificate on my web server. I then generated...
    5. Custom HTTP Modules and Web Services
      I created a Web Service and a custom HTTP Module. I've put the HTTP Module dll in the Web Service's bin folder. I've put in the Web Service's...
  3. #2

    Default Re: Http services problem

    If you can figure out how to serve a JSP, then you wil be able to get Flex to work as well.
    Tracy
    ntsiii 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