Showing posts with label JSP. Show all posts
Showing posts with label JSP. Show all posts

Avoid direct JSP access from client browser

Any files inside direct context folder can be accessible through client browser, but if same files if we place under WEB-INF folder then we can't access those files from client browser. So this way...

Simple login page using JSP

Today we will see about creating simple login page using JSP. For this tutorial we have used  Eclipse Apache Tomcat (Web Server) Postgres Database In this example lets start with simple JSP page which...