I have done all the steps up to securing the application. I can run the project through command mvn tomcat:run
but what I really wanted is to deploy this project to the apache tomcat webapps folder and run tomcat.
Do I copy and paste this folder into webapps?
Eclipse STS does not show any way of exporting this project. Please enlighten me on what should I do next.


Reply With Quote