Not able to acces WEB-INF/JSP folder -
Not able to acces WEB-INF/JSP folder -
i created folder named jsp in web-inf & putting .jsp files in folder. changed web.xml
it's giving http status 404 /jasperpjt/jsp/login.jsp not found.
please help me out.
the main purpose of putting jsp files in web-inf directory accessible server only, not client end.(client not able know exact url of file).
if seek phone call file(files in web-inf), server homecoming http 404.
just phone call servlet , can phone call jsp file :
request.getrequestdispatcher("/web-inf/targetjspfile.jsp").forward(request, response); jsp
Comments
Post a Comment