Getting Started With Sun Master Patient Index

Deploy the Projects

For each sample project, you must create a Deployment Profile and build and deploy the project. Be sure to build the server project before creating the client projects’ Deployment Profiles. Building the server project creates the Sun Master Patient Index application, which is required in order to deploy the client projects.


Note –

Before you begin these steps, make sure the application server is running and you have completed the steps under Define the Environment.


ProcedureTo Deploy the Server Project

This task links the components of the Sun Master Patient Index server Connectivity Map with the physical components defined for the Environment.

  1. In the Projects window, right-click the eIndex project.

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

  3. Name the profile eIndexDep.

  4. Select eIndexEnvironment for the Environment.

  5. Select only ServerConnectivityMap for the Connectivity Map.

  6. Click OK.

    The Deployment Editor appears.

  7. In the Deployment Editor window, click the Automap icon.

    The project components are automatically mapped to the Environment containers.

  8. On the Automap Results dialog box, click Close.

  9. In the Deployment Editor toolbar, click Build. When the build is complete, click OK.

    The application EAR file is generated and placed in JavaCAPS_Home\.netbeans\caps\builds\eIndexeIndexDep\eIndexLH\eIndexIS.

  10. After the project builds successfully, click Deploy in the Deployment Editor toolbar, and then click Yes on the Deploy dialog box.

  11. Save and close the Deployment Profile.

ProcedureTo Deploy the Collaboration Client Project

This task links the components of the Collaboration client Connectivity Map with the physical components defined for the Environment.

  1. In the Projects window, right-click the eIndexClient project.

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

  3. Name the profile CollabDep.

  4. Select eIndexEnvironment for the Environment.

  5. Select only CMAP1 as the Connectivity Map to use.

  6. Click OK.

    The Deployment Editor appears.

  7. In the Deployment Editor window, click the Automap icon.

    The project components are automatically mapped to the Environment containers.

  8. On the Automap Results dialog box, click Close.

  9. In the Deployment Editor toolbar, click Build. When the build is complete, click OK.

    The application EAR file is generated and placed in JavaCAPS_Home\.netbeans\caps\builds\eIndexClientCollabDep\eIndexLH\eIndexIS.

  10. After the project builds successfully, click Deploy in the Deployment Editor toolbar, and then click Yes on the Deploy dialog box.

  11. Save and close the Deployment Profile.

ProcedureTo Deploy the Business Process Client Project

This task links the components of the Business Process client Connectivity Map with the physical components defined for the Environment.

  1. In the Projects window, right-click the eIndexBPClient project.

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

  3. Name the profile eInsightDep.

  4. Select eIndexEnvironment for the Environment.

  5. Select only CMAP1 as the Connectivity Map to use.

  6. Click OK.

    The Deployment Editor appears.

  7. In the Deployment Editor window, click the Automap icon.

    The project components are automatically mapped to the Environment containers.

  8. On the Automap Results dialog box, click Close.

  9. In the Deployment Editor toolbar, click Build. When the build is complete, click OK.

    The application EAR file is generated and placed in JavaCAPS_Home\.netbeans\caps\builds\eIndexBPClienteInsightDep\eIndexLH\eIndexIS.

  10. After the project builds successfully, click Deploy in the Deployment Editor toolbar. Click Yes on the Deploy dialog box.

  11. Save and close the Deployment Profile.

  12. Continue to Define EDM Security.