The dashboard report server offers a unique approach to creating reports that allows for faster streamlined data retrieval. InetSoft's dashboard software is a flexible and powerful performance monitoring solution. View the example below to learn more about the Style Intelligence solution.
To run a client viewer on a different machine than the server, you need to set up a server object to handle the viewer requests. The default server object implementation of the repository is based on the standard Java RMI distributed object protocol. The implementation requires the rmiregistry to be running. (There should be only one rmiregistry per server.)
To start an RMI repository on the server, follow these steps:
You can also start the RMI server manually. With the rmiregistry running, type the following at the command line:
The method for starting the CORBA repository component is dependent on the CORBA environment. For details on how to set up a CORBA server object and configure the activation of the object, please refer to the documentation of your CORBA platform. Typical steps for starting the CORBA environments are as follows:
Note: For CORBA operation, remove the replet.repository.url property from the sree.properties file.
In this example, we use the default Java implementation of CORBA (Java IDL) as the sample CORBA environment. Most CORBA implementations are similar.
To start the CORBA repository, follow these steps:
java –Dsree.home=. inetsoft.sree.viewer.Viewer –corba –ORBInitialHost host-name –ORBInitialPort 1050
You can stop and restart the CORBA server using the 'Stop' and 'Restart' buttons on the 'Server Status' page.
Copyright © 2023, InetSoft Technology Corp.