It is a mechanism to create dynamic web pages by using servlet behind it. Whenever a user comes to access the JSP then the web server converts the JSP into a servlet for processing the request and providing response. Features of JSP
Possible content of a JSP
Creation process of JSP
Running the application Run the tomcat server then write the below line in the URL http://localhost:8081/JSP/ Here JSP is the Context path, which we mentioned in the server.xml file, which is present in (E:\Program Files\Apache Software Foundation\Tomcat 6.0\conf) directory. After giving the URL a set a listing will come, here only one appears As Hello.JSP,click it http://localhost:8081/JSP/Hello.JSP Output Thanks for reading