JayCE

[enterprise integration server]

Controlling a JayCE Server

configure the controllers

Controlling a running server is possible using a plugin mechanism. The Configuration file: config.xml contains some tags "controller" defining the Controller-Plugins to be loaded at server-startup. There can be more than one controller running in a server allowing access to the server in different ways.

RMI Server

Typically way to controll a server would be to use a RMIController. RMI Controller will start a RMI Registry (port defaults to 3232) which you can use to lookup for every component running in the server. RMI functionallity of the components will allow you to start/stop a component or get the state of a specific component.

The Console

A RMI client is org.jayce.system.plugins.client.Console.class. Which you can start from every computer in your network, giving the network-adress (IP or Hostname) of your running JayCE Server. The Console will give you access of the components deployed in your server.

BEWARE

THE RMI AND CONSOLE FUNCTIONS ARE STILL UNDER CONSTRUCTION BUT WILL BE NEXT THING GETTING READY IN THE JAYCE DEVELOPMENT PROCESS.
SourceForge.net Logo