Deploying Master Indexes (Repository)

Deploying the Business Process Client Project for Master Index (Repository)

Creating a Deployment Profile for the projects that incorporate Sun Master Index methods into a Business Process consists of the following steps:

Creating a Business Process Client Deployment Profile for Master Index (Repository)

Before beginning this procedure, make sure the master index server project has been built and deployed, as described in Deploying the Master Index (Repository) Server Project. Doing this creates the Master Index External System in the Environment, which is required for the client deployment.

ProcedureTo Create a Business Process Client Project Deployment Profile

  1. In the NetBeans Projects window, right-click the Business Process client project.

  2. Point to New, and then click Deployment Profile.

    The Create Deployment Profile dialog box appears.

  3. In the Deployment Profile Name field, type a name for the Deployment Profile.

  4. In the Environment drop-down list, select the Environment you created for the master index server project.

  5. Click OK.

    The Deployment Editor window appears.

  6. Continue to Mapping Business Process Client Project Components for Master Index (Repository).

Mapping Business Process Client Project Components for Master Index (Repository)

Once you create a Deployment Profile, you can map the project components to the deployment Environment. When you map the project components to the Environment containers, you are specifying the Logical Host to handle the transactions.


Note –

Project components can also be automatically mapped. For more information, see Mapping Master Index (Repository) Project and Environment Components.


ProcedureTo Map Business Process Client Project Components

  1. With the Business Process client project Deployment Profile open in the Deployment Editor, drag the Service/Business Process from the left panel to the application server in the Deployment Editor


    Tip –

    The application server appears in the Logical Host in the Environment.


  2. Drag the master index application from the left panel onto the Master Index External System in the right panel.

    Both the application and the External System are named after the master index application).

  3. Drag the external system Adapters from the left panel to the appropriate external systems in the Environment.

  4. If you implemented a JMS Topic, drag the Topic from the left panel to the JMS IQ Manager in the Logical Host.

  5. Continue to Building and Deploying the Business Process Client Project for Master Index (Repository).

Building and Deploying the Business Process Client Project for Master Index (Repository)

Once all project components are mapped to the Environment, you can build the project to create and compile all the files needed to run the project. Deploying the project places the files on the server.


Note –

For this to be successful, the domain must be started.


ProcedureTo Build and Deploy the Business Process Client Project

  1. Click Build to generate the project files.

  2. After the build completes successfully, click Deploy to deploy the project to a server.