I've recently started learning about Maven and my question is about standard ways for deploying my web application on a web/app-server.
I am able to create war file for a simple web application that uses spring and mysql. I would like to deploy the same on server and test the application. I could see some documents/articles that mention about Jetty
for application deployment. I also saw some documentation that talks about Tomcat
for application deployment.
I would like to know, which server normally is used while developing application with Maven?