<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> Insert title here Admin Employee
org.sf.web.Context.ContextLoaderListener ContextConfigfile /WEB-INF/MySecurityConfig SpringSecurity org.sf.web.Filter.DelegatingFilterProxy SpringSecurity /*
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> Insert title here Admin Page <%=request.getUserPrincipal().getName()%> Move to EmployeeClick logout
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> Insert title here You have successfully logged out Start Again
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> Insert title here Welcome Mr.<%=request.getUserPrincipal().getName()%> Move to Admin Page Click