Post-installation tasks

If you are using HTTPS and redirector, you must install EAServer patch 11651. See “Upgrading to EAServer 4.2.2”.

StepsEditing PortalSearchautoindexer.cfg

  1. At the command prompt, enter:

    cd $SYBASE/PortalSearch/autoindexer/filters
    

    where $SYBASE is the installation directory for Portal Search.

  2. Change the permissions on the file by entering:

    chmod 777 * .exe
    
  3. Enter:

    cd $SYBASE/PortalSearch/autoindexer
    
  4. Open PortalSearchautoindexer.cfg with a text editor and locate the line containing “Database=database0.” Change this to “Database=Sample.”

    Save and close the file.

  5. While still in the $SYBASE/PortalSearch/autoindexer directory, enter:

    rm *dirstat*
    
  6. Stop and restart the autoindexer. See “Starting and stopping the automatic indexing utility”.

StepsAdding a password to portalsearch.properties

For Portal Search to work, you must add a password to the portalsearch.properties file located in $SYBASE/EAServer/Repository/WebApplication/search/WEB-INF/classes.

  1. Open portalsearch.properties with a text editor, and locate this line: EAServer Password (none) ####app.user.password=

  2. Enter a password for app.user.password=. For example:

    EAServer Password (none) ####app.user.password=<password>

  3. Save and close the file.