Configure LikeMinds
Use a suitable database modification tool or edit the likemindsdb.properties file to configure LikeMinds server installation.
Set the following general lps_cfg parameter information for the LikeMinds server installation:
LikeMinds stores its configuration information in the lps_cfg table of its database, which is initialized with the data in WP_PROFILE/pzn/config/runtime/likemindsdb.properties. To update this configuration, you can update this file and reload the configuration data, or you can use any database modification tool, such as SQL*Plus, if you use Oracle to modify the LikeMinds configuration parameters. To update configuration values, perform these steps:
- Basic server information
- Scheduling LikeMinds events
- Server load management
- Cache behavior
- Recommendation behavior
- Stop the WebSphere Portal server.
- Either:
- Edit the likemindsdb.properties file manually and run the following ANT configuration task: ConfigEngine.{bat|sh} likeminds-load-config -DWasPassword=foo
- or, use the DB modification tool to update the configuration directly.
- Start the WebSphere Portal server.
Parent
LikeMinds Recommendations