Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SimpleServlet/README.md
Original file line number Diff line number Diff line change
@@ -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