To add the Primavera Analytics Administration Application as a WebLogic application, complete the following steps:
- Sign in to the WebLogic Administration Console:
http://<server>:<port>/console
where:
<server> is the IP address of the server.
<port> port is the listening port. By default, 7001.
/console is the default context for the WebLogic Administration Console.
- In the Welcome window, log in using the user name and password that you created when you created your WebLogic domain.
- In the Change Center pane of the Administration Console, click Lock & Edit.
- In the Domain Structure pane, click Deployments.
- In the Summary of Deployments pane, in the Control tab, click Install.
- In the Install Application Assistant pane:
- Go to <star_home>\star\app. For example, star_1\star\app.
- Select analytics.ear (open file directory).
- Click Next.
- In the Install Application Assistant pane:
- Select Install this deployment as an application.
- Click Next.
- In the Install Application Assistant pane:
- Click the server or cluster where you want to deploy the application.
- Click Next.
- In the Install Application Assistant pane, click Next to accept the default options.
- Review the configuration settings you have chosen, then click Finish to complete the installation.
- In the Settings for Analytics window, click Save.
- In the Change Center pane, click Activate Changes.
- In the Domain Structure pane, click Deployments.
- In the Summary of Deployments pane, select analytics.
- In the Summary of Deployments pane, in the Control tab:
- Click the down arrow to the right of the Start button.
- Click Servicing all requests.
- In the Start Application Assistant pane, click Yes.
- In the Summary of Deployments pane, view the link in the State column of the row that contains 'OPP.' Wait a few minutes, then click Refresh.
The OPP State column should show Active.
- Verify that the State column for both files shows Active.
- Sign out of the Administration Console.
- Go to the Login page to ensure the deployment is Active.
Example URL:
http://<host>:<port>/analytics
where <host> is your server's host name and <port> is the listen port.
After you verify the activity of the deployment and state:
- In the Domain Structure section, click Security Realm.
- Click on the realm name in the table.
- Click the Users and Groups tab.
- Click the Users sub tab.
- Click New.
- In the Create a New User form:
- In the Name field, enter admin.
- Enter the password and confirm password.
- Click OK.
- Click on the user you created.
- Click the Group tab.
- Create the group p6rdbusers, and add the admin user that you just created.
- Click Save.
- Notes:
- The default context root is /analytics, which is also the cookie path. If you change the context root or use a fronting web server with a different context root, you need to modify the cookie path used by the application to match. For more details on changing the cookie path, see WebLogic documentation.
- For additional methods of deploying the Web application, such as using a managed server or clustering, see WebLogic documentation.