I am using Myeclipse 2015 and new to eclipse. We have our code (same project name – for example ABC) in various branches as in J2ee_12, J2ee_13 and I want to setup these in different workspaces and want to deploy them as ABC_12, ABC_13 in tomcat 7. Whenever I try to deploy, it doesn’t allow me to change the project name and it always gets deployed as ABC under webapps folder. This way when I deploy ABC from J2ee_13, it overwrites the project from J2ee_12. Can I change the project name on deployment ? Is there any way to do this ? Any help will be greatly appreciated.
Thanks