Running the EJB IVP

The EJB Installation Verification Program (IVP) is a simple application that CICS® installers can use to verify the CICS EJB environment. It uses a simple client program that does not require the use of a Web server. The IVP consists of:
The IVP tests:
Once configured, the client:
  1. Performs a JNDI lookup to find the published reference to a specific enterprise bean in the JNDI namespace
  2. Creates a new instance of the enterprise bean in CICS
  3. Calls a remote method on the bean-instance

The rest of the section contains the following topics: