Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 389 Bytes

Very simple example with JSP and servlets

This example shows how to work with Java servlets and JSP pages

How to build and run

  • Clone this repository
git clone https://github.com/yotammadem/jsp-servlet-example.git
  • From the folder jsp-servlet-example run
mvn clean install jetty:run