You can use the BASIC authentication mechanism to provide secure communication between your web application's Admin servlet and the AssemblerUpdateComponent and the Usage collector components of the Deployment Template.

To establish secure access to the Admin servlet, follow these steps:

  1. Before modifying the configuration of the Endeca Application Controller (EAC), configure BASIC authentication for the Admin servlet using the standard J2EE mechanism.

  2. Add the BASIC authentication credentials to the credential store. EAC components reference these credentials from the credential store to authenticate the Admin servlet. For example, if you specified webAppAdmin (user name) and complexP@ssword (password) as the BASIC credentials, you can follow these steps to add them to the credentials store:

  3. Modify LiveAppServerCluster.xml to reference credentials. To do this, follow these steps:

    <web-app id="MyWebApp" 
    contextPath="/my-web-app"
    adminCredentials="webAppAdminCredentials" />
  4. If you enable SSL in Tools and Framework server where you web application resides, add the following property to the a <web-app> element to enable SSL communication:

    sslEnabled=true
  5. Follow these steps to verify that the usage collection and promotion mechanism are able to authenticate access to the Admin servlet:


Copyright © Legal Notices