i have two jsp pages.login.jsp and second.jsp .after verifying the login.jsp with database i have to enter into the 2nd jsp page.but,if i type http://localhost:8080/project/second.jsp it was appearing with out validating in login.jsp. how can i make second.jsp not visible with out login page validations.
please help me.