Deploying the RMI Registry (rmireg.war) in WebSphere 7.0 for Maximo 7.5

This procedure is undocumented in the installation and deployment guides provide by IBM, so I will repost it here just in case… (Original link…)

Note: for information on deploying the rmireg.war file for Maximo in WebSphere 6.0 or 6.1, see the link for Deploying the RMI Registry (rmireg.war) in WebSphere 6.0 or 6.1 for Windows below.

Building the RMI Registry WAR file

The tool used to build the rmireg.war file is<maximo_home>/deployment/buildrmiregwar.cmd. This tool uses the settings in the 
<maximo_home>/applications/maximo/properties/maximo.properties
 file to build a war(Web Archive) file with the necessary parameters to run in the Maximo environment.

To generate the necessary war file, first modify the maximo.properties file (see the document entitled “Understanding the Maximo implementation of RMI “). When the properties file has been properly modified, execute the<maximo_home>/deployment/buildrmiregwar.cmd to build the<maximo_home>/deployment/default/rmireg.war file.

RMI Definitions

RMI stands for “Remote Method Invocation”. Java developers created this standardized system for using Java objects in a separate memory area from the one calling the remote object. Separate memory areas can reside on the same physical system or on different systems connected by a network.

RMI uses JRMP (Java Remote Method Protocol) to travel over networks to the remote server being called.

For an in-depth tutorial on RMI from Sun Microsystems, click here
http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/rmi.html

Any time there is more than one Maximo application deployed in a single environment or there is a vertically clustered environment for Maximo the rmireg.war file should be deployed. This will prevent the inadvertent loss of RMI communications if Maximo members are shut down or recycled.

The attached document explains how to deploy the rmireg.war file using IBM WebSphere 7.0.

——

1. Q. Do you set JVM memory parameters for the RMI Registry?
A. It is not necessary to set memory for the RMI Registry.

2. Q. Can the same RMIRegistry Web Application Server be used for two different Maximo installations on the same Node?
A. The RMI Registry is connected to the default_host. This Virtual Host contains all ports used for applications servers on the WebSphere instance. Therefore, it is not necessary to create more than one RMIRegistry application server.

3. Q. When deploying the Maximo application, should we map the rmiregistry to all four Maximo modules (along with webserver and application server)?
A. No, it is a stand-alone Web Application to be used by all Maximo instances on this WebSphere instance.

Related information

Remote Method Invocation
Deploying the RMI Registry in WebSphere 6.0 and 6.1
Understanding the Maximo implementation of RMI

DeployRMIRegistryWAS7.pdf

Did You Know...

As Maximo Experts, we have developed several add-on products for Maximo that mobilize the work force, simplifies assignments, provides ad-hoc reporting capabilities and facilitates the seamless integration of Service Requests into Maximo.

Check out our products by clicking on the following links: EZMaxMobile, EZMaxPlanner and EZMaxRequest.

Find Out More

Leave a Reply