I am using Maven, Eclipse and Tomcat to develop a web application which consists of different modules. When I build the project using Maven I am getting a war file for each module. My question is how to deploy that generated modules into Tomcat server from Eclipse.
Share
take this war file to webapps directory in tomcat, simply you can rename the file name to Root.war and run the tomcat
reference