I am using Flash Builder 4 (SDK3.5) to build my Flex program. I want to deploy this program and want to load it on a biscuit server. I configure my "Flex Server" root folder and other parameters in project properties. The problem is, I do not know how to do this general like my friend's tomcat has been set up in another directory on the computer. I know that in eclipse I can run the server and badge from the IDE. I do not know how I can do this in the Flash Builder plugin for Eclipse 4. There is a server configuration, but there is no adapter for Tomcat. any idea? Thank you.
I recommend that you use Flex ant to compile and deploy your SDF . It provides similar functionality to Adobe Flex / Flash Builder, but it is easier to configure for different environments. Work is basically a rapper for the command line Flex compiler.
It's a good place to start.
In your case, with a server connection, you should see the references. Mcmlc ant property property and services services
Comments
Post a Comment