How to deploy a flex+java+blazeds application?
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.
精彩评论