|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
See:
Description
| Filter Example File Summary | |
| authenticate.jsp | Simple Web Application that uses form authentication to restrict login to certain users. |
| web.xml | Web Application deployment descriptor. The descriptor configures servlets, a welcome file (.html), a login page (.jsp),and an error page (.jsp). |
| index.html | Welcome page for the Filter Web Application |
| error.jsp | Error page for the Filter Web Application |
| logFilter.java | Log filter servlet for the Filter Web Application |
| loginFilter.java | Login filter servlet for the Filter Web Application |
| loginForm.jsp | Login form page for the Filter Web Application |
| sessionServlet.java | Session servlet for the Filter Web Application |
The Web Application filterWebApp registers two filters for the servlet sessionServlet. The two filters are:
Perform the following steps in order to build and run the example:
$ ant
http://hostname:port/filterWebAppwhere:
|
Documentation is available at http://e-docs.bea.com/wls/docs61/ |
|||||