Option 2: Deploy Primavera Analytics Administration Application From Command Line Interface
To deploy the application from the Command Line Interface:
- Open a terminal or command prompt.
- Execute the following command to deploy the analytics.ear application:
java -cp %WEBLOGIC_HOME%/wlserver/server/lib/weblogic.jar weblogic.Deployer -adminurl t3://%WEBLOGIC_IP%:%WEBLOGIC_PORT% -username %WEBLOGIC_USERNAME% -password %WEBLOGIC_PASSWORD% -targets AdminServer -deploy %DEPLOY_PATH%/analytics.ear
where:
- %WEBLOGIC_HOME%: Path to the WebLogic Server installation directory.
- %WEBLOGIC_IP%: IP address of the WebLogic Server host.
- %WEBLOGIC_PORT%: Port on which the WebLogic Administration Server is listening (default: 7001).
- %WEBLOGIC_USERNAME%: Administrative username for WebLogic Server.
- %WEBLOGIC_PASSWORD%: Administrative password for WebLogic Server.
- %DEPLOY_PATH%: Directory path containing the analytics.ear file.
Note: For supported Java version, refer to the Tested Configurations document.
- Verify the deployment status by accessing the application login page.
Example URL: http://<hostname>:<port>/p6rdb
Replace <hostname> with the server's hostname and <port> with the configured listen port
- Proceed to add users and groups to manage the application in WebLogic. Form more information, see Manage Users and Groups in the Security Realm.
Related Topics
Deploying Primavera Analytics Administration Application in WebLogic
Manage Users and Groups in the Security Realm
Last Published Monday, December 8, 2025