Hi,
during development and testing of my web-application I use MyEclipseIDE’s functionality to deploy my project in exploded format to a Tomcat 4 instance.
After completing my development/testing cycle I would like to create a war-file that I copy to my live-server where it gets deployed to be used in the production environment.
What is the best way to create such an archive? Should I switch to unexploded deployment mode and use that archive? Is there a better way?
Best Regards,
Soeren