Run this command to clean and package the application, start Tomcat and deploy the application: mvn clean package cargo:run Application will be accessible via http://localhost:8080// To redeploy the application, run the below Maven command from a different terminal while being inside the Maven project directory: mvn package cargo:redeploy