Yes you do it
- Run the build application
- Create a war file A WAR file (or "web archive") is just a packaged webapp directory. It is created using the standard Java jar tool. For instance:
cd / home / alex / webapps / mywebapp jar cf ../ mywebapp.war * - copy this war file to the following deployment directory on your server say in Jboss, like " C: \ Jboss405 \ server \ default \ Deploy"
I hope this can be clear, otherwise let me know any problems if you encounter any problems.
source share