summaryrefslogtreecommitdiff
path: root/spring-framework/00-config-webapps/README
diff options
context:
space:
mode:
Diffstat (limited to 'spring-framework/00-config-webapps/README')
-rw-r--r--spring-framework/00-config-webapps/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/spring-framework/00-config-webapps/README b/spring-framework/00-config-webapps/README
new file mode 100644
index 0000000..6786e0f
--- /dev/null
+++ b/spring-framework/00-config-webapps/README
@@ -0,0 +1,9 @@
+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/<maven project artifact id>/
+
+To redeploy the application, run the below Maven command from a different terminal while being inside the Maven project directory:
+
+ mvn package cargo:redeploy