Top
Interstage Big DataComplex Event Processing Server V1.1.0 User's Guide
FUJITSU Software

5.8.3 Deploying a Collaboration Application

Deploy the developed collaboration application.

Event sender 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.

User-developed Web service

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.

User-developed Java class

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>
Event log analysis application

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.

Terracotta application

Deploy a Terracotta server. Perform the deployment according to the method in the Interstage Terracotta BigMemory Max manual.