First JSP application

In this tutorial, we will create a simple jsp application. We will use maven as build tool and Tomcat 8.5 server. Step 1 – Create a simple maven project Enter the details Step 2 – Add below dependency Full pom.xml Step 3 Now, this is a simple maven project. We need to convert this to … Continue reading First JSP application