Introduction

A Web container holds your Web application elements, including components, servlets, JSPs, HTML pages, and so on. The Web application’s deployment descriptor describes how a Web application is deployed, including the level of security for the various elements of your Web application. For example, your Web application may include an HTML page that is available to all visitors to your site, while other HTML pages, servlets, and JSPs are restricted to existing or preferred customers.

Web client security requires that Web content be deployed in Web applications:

StepsAccessing the security properties of your Web application from EAServer Manager

  1. Highlight the Web Applications or the Installed Web Applications folder.

  2. Highlight the Web application for which you are establishing security.

  3. Select File | Properties.

  4. Select the Security tab from the Web Applications Property window.

    You can now define the authentication method of your Web application and security constraints on the various elements within your Web application.

StepsDefining Web application security from the Web application Security wizard

As an alternative to setting Web application security from the Web Application Properties dialog, you can use the Web Application Security wizard, which guides you through the security configuration process.

  1. Highlight the Web Applications or the Installed Web Applications folder.

  2. Highlight the Web application for which you are establishing security.

  3. Select File | Security Configuration Wizard.

  4. Follow the instructions in the wizard to define the authentication method of your Web application and security constraints on the various elements within your Web application.