I have a Flex/Java web application that uses Maven as a build tool. Currently, if I want to debug the entire application I use Maven to create the WAR file and use the carg
I'm using FlashBuilder with the WTP plugin..I'm using the same environment for both Flex and Java. As an application server I'm using Tomcat for the moment, and I configured the output folder like that:
${DOCUMENTS}.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\myproject
Where DOCUMENTS is a linked variable and represents the full path to my workspace: C:\projects\workspace-mypetprojects
Everything goes well, I do not have to restart the server or to build a new war when modifying the flex files.