I know we can map a
jsp to
servlet. so now my problem is:
i have a jsp A, and B which A includes B.
so for instance:
http://127.0.0.1:8080/myapp/A.jsp so now i don't want user access to B
http://127.0.0.1:8080/myapp/B.jsp i want to force everytime user uses the URL
http://127.0.0.1:8080/myapp/B.jsp it also mean
http://127.0.0.1:8080/myapp/A.jsp thank you !