This topic offers an overview of how to add your custom plug-in to the Oracle Commerce Web Crawler.
To add a custom plug-in to the Oracle Commerce Web Crawler:
Create a directory for the plug-in (containing the JAR file and
plugin.xml
) and copy it to theCAS/
directory.version
/lib/web-crawler/pluginsActivate the plug-in by adding the plug-in ID to the
plugins.include
property in thesite.xml
configuration file.Run the Web Crawler and verify that record output contains the new properties that the plug-in added.
See following topics for more detailed explanations of the above steps.