Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Often we received queries from different customers on how to safely disable the collaboration component within webMethods API Portal platform. As part of this we will explore options to disable the collaboration within API Portal.
Before making below changes, please login to ACC console and stop apiportalbundle runnable.
Open the file located in $$SoftwareAG/API_Portal/server/bin/work/work_apiportalbundle_s/base/webapps/collaboration/WEB-INF/config/collaboration/platform/apiportal/platform.properties.
Set the property key enableECP to false
enableECP=false
Now your collaboration / activties stream pages will be blocked.
Open the file located in $$SoftwareAG/API_Portal/server/bin/work/work_apiportalbundle_s/base/webapps/ROOT/WEB-INF/config/apiportal/instances/extendedGlobalSearch/extendedGlobalSearch_default.xml.
Comment out the collaboration plugin.
Open the file located in $$SoftwareAG/API_Portal/server/bin/work/work_apiportalbundle_s/base/webapps/ROOT/WEB-INF/config/apiportal/instances/globalSearch/globalSearch_default.xml.
Now advanced search will not render collaboration results.