From 6afc189345e480e8a651c51b0e1b75521ea32c9b Mon Sep 17 00:00:00 2001 From: Praveen SIDDU Date: Tue, 15 Dec 2020 10:53:44 -0500 Subject: [PATCH] Update README.md --- SimpleServlet/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SimpleServlet/README.md b/SimpleServlet/README.md index 049bfc6..9bcd9ca 100644 --- a/SimpleServlet/README.md +++ b/SimpleServlet/README.md @@ -1 +1,9 @@ For code explanation and additional configurations read the tutorial at https://javatutorial.net/java-servlet-example + +# Build using command line +- Install JDK, Maven +- git clone https://github.com/JavaTutorialNetwork/Tutorials.git +- cd Tutorials/SimpleServlet +- mvn clean +- mvn package +| the war file will be built in target/SimpleServlet-1.war