Thursday 2 January 2014

Removing (uninstalling) a deployed Endeca application

Use below steps to remove Endeca application properly. Endeca application must be removed before deleting the application directory in order to avoid side effects.

  1. Remove application from the EAC(Endeca Application Controller).
  • List the current applications using below command.
             $ENDECA_ROOT/bin/eaccmd list-apps
  • Remove the application by running runcommand --remove-app from application's control directory. 
  • Verify the removed application by running above eaccmd list-apps script.Removed application won't be listed now.    
    2.   Navigate to apps directory and delete the selected(removed above) application directory.

Note : These steps I have used for application which is running without CAS. For application using CAS you need to remove related record stores.