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:
- Select the Topology view from the toolbar.
- 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
- Click the User Profile Manager to display its properties.
- 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).
- 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.
- 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
- For Password, type wsdemo1
- Click Apply.
- 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.
|