Skip Headers
Oracle® Healthcare Master Person Index User's Guide
Release 2.0.13

E25242-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

5 Setting Up Application Servers to Use with Web Service

This chapter provides information you need to set in order to run a Master Person Index (MPI) web service on a GlassFish or WebLogic server.

This chapter includes the following sections:

Setting Up Servers with Users for the MPI Web Service

The Master Person Index Application runs on two servers, GlassFish and WebLogic. The following sections provide the information you need to set up the server for Web Service.

Creating User Accounts for Web Service on GlassFish

With the GlassFish Admin Console open, set the User ID, Group List, and Password:

  1. In the left pane choose Configuration->Security->Realms->file.

  2. In the Edit Realm pane, click Manage Users.

  3. In the File Users pane, click New.

  4. In the New File Realm User, set the following.

    • User ID

      MasterIndex.WSUser

    • Group List

      Add the super group MasterIndex.Admin, which has all privileges.

    • Password

      The password is of your choosing, for example, test123.

  5. When ready, click OK.

Creating User Accounts for Web Service on WebLogic

In the following steps you create the MasterIndex.Admin group, and then create a new user.

  1. On the left panel, under Domain Structure, expand Services, and then choose Security Realms.

  2. In the table on the Summary of Security Realms panel, click myrealm, which is the name of the realm.

    The Settings for myrealm panel appears.

  3. Select the Users and Groups tab and then click Groups.

  4. In the Groups table, click New.

  5. In the Name field, type MasterIndex.Admin (if it does not exist) and click OK.

  6. On the Settings for myrealm panel, select Users and Groups and then Users.

  7. In the Users table, click New.

  8. Type MasterIndex.WSUser and a password of your choosing for the new user you are creating and click OK.

  9. Select User Group.

  10. To add the user you created, drag MasterIndex.Admin from the Available list to the Chosen list.