# jsp-servlet-example **Repository Path**: pandaNAhack/jsp-servlet-example ## Basic Information - **Project Name**: jsp-servlet-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-06 - **Last Updated**: 2025-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ``` * Browse to [http://localhost:8080/users](http://localhost:8080/users)