Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Configuring the IBM WebSphere Application Server for the Customer Service Representative Application >
Setting Up Application Security
After starting the IBM WebSphere server you must set up application security. This task is a step in Process of Configuring the IBM WebSphere Application Server for the Customer Service Representative Application. To set up application security
- Log on to the IBM WebSphere Administration Console on the Customer Service Representative server.
- Select Security, and select Secure administration, applications, and infrastructure.
- Click the Security Configuration Wizard button.
- Select Enable application security, and click Next.
- Select Federated repositories, and click Next.
- Enter the password websphere, and enter it again when prompted to confirm.
- Enter the following option values.
Configure Security Option |
|
Enable administrative security |
True |
Enable application security |
True |
Use Java 2 security to restrict application access to local resources |
False |
User repository |
Federated repositories |
Primary administrative user name |
websphere |
- Click Next, then click Finish.
- Click Save to save to the master configuration.
- Click RMI/IIOP Security (under Authentication,) and click the CSIv2 inbound authentication link.
- Select Never under both the Basic authentication and Client certificate authentication sections. Click Apply, then click Save to save the master configuration.
Once you have set up application security you must stop and start the Customer Service Representative application server. To stop and restart the Customer Service Representative application server
- Run the StopServer script, located in the
App_Server_Root /profiles/Profile_Name /bin directory:
./stopServer.sh Server_Name
where:
- Run the StartServer script, located in the same directory:
./startServer.sh Server_Name
|