Eventually how many wars do build generate? if just one, then the one in flex project must be merged into the application web.xml. That might be the reason of not being able to find the backend. There might be no servlet definition for your flex backend communication entry point. You can easily find it out by checking the final web.xml deployed at server. If you have two wars after build... I seriously doubt it. It means that your backend is another web app. Also you might want to know that crossdomain will apply as long as swf is not served from the same machine. This might not be your case...
H*s
15 楼
值钱那些都极为少见,99.99999999999%都是不值钱的啊
值钱
【在 eu 的大作中提到】 : 可能是刀币刀也有品种之分, 我当时对着一本"中国古钱币"书, 记得秦草那几个都很值钱 : 不少啊, 记得当时看到很多上千的
o*i
16 楼
用blazeds的話,配置service的channel --> endpoint uri 調試用Charles 本質就是個C/S呀
【在 s******e 的大作中提到】 : Eventually how many wars do build generate? if just one, then the one in : flex project must be merged into the application web.xml. That might be the : reason of not being able to find the backend. There might be no servlet : definition for your flex backend communication entry point. You can easily : find it out by checking the final web.xml deployed at server. : If you have two wars after build... I seriously doubt it. It means that your : backend is another web app. : Also you might want to know that crossdomain will apply as long as swf is : not served from the same machine. This might not be your case...
重新看了一下你的原帖,才明白你的疑惑。你的做法是相當於把flex編譯後加到java的 project裡一起發布的,當然是只能調試java端的,不能調試flex端的啦。 你要調試flex的話,不要那麼做。把他們當作兩個獨立的project來debug,直接debug as - debug on server... 如我前面說的,java端是後台服務,flex端就是個client, 你配置好他們相互通訊就可以了。