Deploy the developed collaboration application.
Deploy an event sender application in the event sender system. Perform the deployment according to the application deployment method of the event sender system.
If an event sender sample program is to be used as the event sender application, no deployment is required.
Deploy a user-developed Web service in an application server. Perform the deployment according to the method in the manual of the application server to be used.
Store the created class file in the following directory:
/etc/opt/FJSVcep/config/custom/engineName/classes
Store the created jar file in the following directory:
/etc/opt/FJSVcep/config/custom/engineName
Note
Grant access permissions so that the engine execution user can read the stored class file and jar file.
For storing a class file, create a directory corresponding to the class package name in the classes directory. Grant access permissions also for the created directory so that the engine execution user can read it.
The class file and the jar file stored while the CEP engine is running are not enabled until the CEP engine is restarted.
Example
Example of storing a class file
Create a directory named com/example as shown below for storing the com.example.Example class.
# cd /etc/opt/FJSVcep/config/custom/engineName/classes <ENTER> # mkdir -p com/example <ENTER> # chmod 755 com <ENTER> # chmod 755 com/example <ENTER> # cp pathOfClassFileToBeStored com/example/ <ENTER> # chmod 644 com/example/classFileName <ENTER>
Deploy an event log analysis application in a Hadoop system. Perform the deployment according to the method in the Interstage Big Data Parallel Processing Server manual.
Deploy a Terracotta server. Perform the deployment according to the method in the Interstage Terracotta BigMemory Max manual.