I have an existing project that is built through Ant and probably eventually through Maven. Is there a way to define the way a web project gets deployed through an external web server? Here’s what I want to do:
1) Take an existing Java web application project that is built through ant to a war file
2) Tell the MyEclipse wizard to deploy the war file to the externally launched Tomcat5 web server.
3) Run the Tomcat5 externally launched web server with JPDA turned on
4) Debug the application launched on the Tomcat5 web server via the MyEclipse debugger.
Is this possible?