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 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