views:

313

answers:

2

Hi, i have a problem, I developed an application 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?

A: 

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.

zawhtut