Deploying the Sample Java Plug-In
A sample plug-in (NotificationPluginSample.java) is included with the ActivID CMS release in the \CMS\SDK\Notification directory. This sample plug-in logs all of the received events into a file.
To deploy the sample plug-in, complete the following steps:
-
Compile the NotificationPluginSample class with Java to generate a .jar or .class file. For details and more information, see Compiling an Event Notification Plug-In.
-
Copy the generated binary file to the aims-main/web-inf/lib directory on the ActivID CMS server.
-
In the eventnotificationplugins.properties file, specify the name and class of the plug-in.
For more information, see Deploying an Event Notification Plug-In.