I want to do this case, but don't know which way i have to choose: Launch JAR file will launch Application Server on 8080 port and deploy my web-application to application server. How i can do this? Which way better?
Take a look to the Spring Boot. The feature is called as Embedded
.
Spring Boot supports: Tomcat, Jetty, and Undertow servers