Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Configuring the IBM WebSphere Application Server for the Billing and Payment J2EE 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 Billing and Payment J2EE Application. To set up application security
- Log on to the IBM WebSphere Administration Console on the Billing and Payment application server.
- Select Security, Global security.
- Click the Security Configuration Wizard button.
- Select Enable application security, then click Next.
- Select Federated repositories, then 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.
Once you have set up application security you must stop and start the Billing and Payment application server. To stop and restart the application server
- Run the StopServer script file, 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
|