开发者

How to deploy a flex+java+blazeds application?

开发者 https://www.devze.com 2022-12-24 14:47 出处:网络
i have a problem, I developed an application开发者_Go百科 using flex+java+blazeds with tomcat that provide flex enviroment.

i have a problem, I developed an application开发者_Go百科 using flex+java+blazeds with tomcat that provide flex enviroment.

I want to deploy my application using tomcat but I can't, how can I deploy my app?


This post can help you http://corlan.org/2008/06/05/creating-a-combined-flexjava-project-in-flex-builder-wo-lcdsblazeds/


In project properties choose -> Flex Build Path -> set output folder to "WebContent" , output folder URL to url e.g http://localhost:8080/yourappname . This will allow Tomcat to automatically pick up the generated flex files from the WebContent directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消