We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd0fe9 commit 6afc189Copy full SHA for 6afc189
SimpleServlet/README.md
@@ -1 +1,9 @@
1
For code explanation and additional configurations read the tutorial at https://javatutorial.net/java-servlet-example
2
+
3
+# Build using command line
4
+- Install JDK, Maven
5
+- git clone https://github.com/JavaTutorialNetwork/Tutorials.git
6
+- cd Tutorials/SimpleServlet
7
+- mvn clean
8
+- mvn package
9
+| the war file will be built in target/SimpleServlet-1.war
0 commit comments