Use the IBM® WebSphere® Application Server Administrative
Console to create the J2C Authentication Data Entry EmigrantApp,
then restart the Server.
Configuring J2C authentication data Entry
- Select Administrative Console > Select Security > JAAS
Configuration > J2C Authentication Data.
- Click New, then specify the following information to create the
authentication data.
The name of the security information entry
(in this case, EmigrantApp)
User ID
The user ID for this alias
Password
The password for this alias
Description
An optional (but recommended) description of the alias
After creating the J2C authentication data Entry, update the
security.xml with the following entry:
<authDataEntries xmi:id="JAASAuthData_1062972259062"
alias=""esb-ws-deployManager/EmigrantApp" userId="user"
password="{xor}PT4zPm4v" description="some thing meaningful to this
context"/>
esb-ws-deployManager is the Node name, which is appended
automatically.
3. If the authentication data is in the security.xml file, then check the
SystemOut.log and SystemErr.log to see if there are any errors that might
have caused the processing of the security configuration to fail to
complete. Address the error that prevented the security configuration from
being processed. |