Enable the User Profile Class

This sample requires that you enable the default UserProfile class on the WebSphere Application Server.

You can enable the UserProfile (or verify that it has been done) from the Topology view of the Administrative Console:

  1. Select the Topology view from the toolbar.
  2. Expand the WebSphere Administrative Domain to view the User Profile Manager, located at the following path (where <node> is your host):
    WebSphere Administrative Domain , <node>, Default Server, Default Servlet Engine, User Profile Manager
  3. Click the User Profile Manager to display its properties.
  4. Click the Enable tab and set the Enable User Profile property to Yes. (If it is already Yes, you do not need to complete step 5).
  5. Click Apply. You may then be prompted to set the DataSource object if it is not already set. If you are prompted, go to step 6.
  6. Click the DataSource tab and then the Change button to select a DataSource object. You should already have a DataSource object in the selection list. See Task 4 of DataBase Configuration for more information about DataSource objects. (If a DataSource object was previously selected, you do not need to complete step 7.)For UserID, type WSDEMO
  7. For userID and password, reference this table:

    Database
    UserID/Password
    DB2
    wsdemo/wsdemo1
    Oracle
    wsdemo/wsdemo1
    Sybase
    WSDEMO/wsdemo1
    SQLServer
    WSDEMO/wsdemo1

  8. Click Apply.
  9. If you had to select a DataSource object or set the Enable User Profile property to Yes, you will need to stop the Default Server and start it again for the changes to take effect.

Refer to the the product help for more information on User Profile Managers.