JEE security example

The following example shows how to use JEE basic authentication to secure an EGL Rich UI Proxy in a web project to which a Rich UI application has been deployed.

For WebSphere® Application Server, perform the following steps:
  1. In the web.xml, specify security criteria
  2. In the application.xml, specify security criteria
  3. Use the Administrative Console to enable security
  4. Enable security in the server configuration
For Apache Tomcat, perform the following steps:
  1. In the web.xml, specify security criteria
  2. In tomcat-users.xml, bind roles to users and groups

Feedback