Quickly debug Flex/Java web application from Eclipse?

后端 未结 3 1403
隐瞒了意图╮
隐瞒了意图╮ 2021-01-07 15:15

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

3条回答
  •  清酒与你
    2021-01-07 15:31

    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.

提交回复
热议问题