Note 1: You need some prior knowledge about java servlet
page(JSP) and Apache Maven before you start this
examples.
Start the web server (like Apache tomcat) with existing web project or create one.
Visit the index.jsp.
Anybody can access that page, it's insecure!
Securing application
...