Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 259 Bytes

File metadata and controls

15 lines (8 loc) · 259 Bytes

Java Samples

Spring Web

Build

mvn clean install

Execution

Deploy app in Tomcat:

sh ../scripts/tomcat-deploy-app-restart.sh TOMCAT_DIR springweb target/springweb.war

Where TOMCAT_DIR is the path to Tomcat installation directory.