Interview Questions

How do I restrict access to servlets and JSPs?

BEA WebLogic Questions and Answers


(Continued from previous question...)

How do I restrict access to servlets and JSPs?

The Java Servlet API Specification v2.2 allows you to declaratively restrict access to specific Servlets and JSPs using the Web Application Deployment descriptor. Section 13.3.2 of the specification has an example deployment descriptor that uses declarative security. For more information, see Programming WebLogic HTTP Servlets.

(Continued on next question...)

Other Interview Questions