Hello,
I have created a Ant build script to create a WAR file. And if I copy that WAR file to webapps folder and run the Tomcat 5.5 on MyEclipse then it executes perfectly fine.
I am looking for an option such that when I execute my Spring application using Run as MyEclipse server application and select my tomcat then it picks up the WAR file created by my Ant script in the distribution folder.
I have figured out how to use Build capability by right clicking on project and Properties>Builders to configure My Eclipse to use my Ant script while auto building my project.
Please do let me know if there exist a solution for what I am trying or any suggestions.
My ultimate aim is to debug(breakpoints in java and jsp files) a Spring web application build by Ant script.
Thanks.
Regards,
– Bhavik