iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

JB-61 Prepare application for deploying to apache tomcat7. #84

Closed iipolovinkin closed 8 years ago

iipolovinkin commented 8 years ago
  1. Add tomcat7 maven plugin.
  2. Correct the path to resources and pages.
iipolovinkin commented 8 years ago

Changes Generate war filename : jupiterbank.war Set context path for : /jupiterbank For tomcat use url http://127.0.0.1:8080/jupiterbank/ maven command: mvn clean tomcat7:undeploy tomcat7:deploy -Dmaven.test.skip=true