clpf2018 / WorkflowProject

Equipe Workflow projet Cycle C 2017
http://projets2017.isae.edu.lb/
0 stars 1 forks source link

how to run maven application on embedded tomcat server. #15

Open 0xdecapitator opened 7 years ago

0xdecapitator commented 7 years ago

after adding tomcat-maven-plugin to the pom.xml file i run the command mvn tomcat7:deploy in the root directory of my project and it gives me the error :

"Tomcat return http status error: 404, Reason Phrase: Not Found" anyone can help??

next step is to deploy the whole app on heroku!!