What is tomcat and why do we need tomcat?
Tomcat is an application server where we can deploy our war( web archive ) file, with maven we can generate war, jar, and ear but Tomcat supports war files only, we can run jar with the help of,
java -jar jar...