There is a web app that I need to deploy, and was wondering what the best way to do this would be. I’m using a Mac OSx with eclipse indigo. Also, this application needs to be imported into the eclipse workspace first. Any help is greatly appreciated.
Share
In the eclipse menu, there’s an import option. Select it, choose your app, and that should be enough.
If you want to just deploy the app without eclipse, simply place the
.warfile in the tomcat directory (the root directory for its apps), and when it loads, it will automatically extract it.