Deploying TIBCO MDM on WebLogic Application Server
After configuring TIBCO MDM with WebLogic Application Server, deploy TIBCO MDM.
- Procedure
- Type the following command:
$ ./ startWebLogic.sh or startWebLogic.cmd located under $WLS_HOME/user_projects/domains/domain_name/bin
- Open the WebLogic Server Console (for example:
http://localhost:7001/console
) - Log in to the Console.
- In the left pane, click Deployments.
- Click Install under Deployments on the Control tab.
- Browse to the location of the
ECM.ear
file. - Select
ECM.ear
and click Next. - Choose targeting style as Install this deployment as an application.
- Click Next.
- Click
Finish.
A success message is displayed.Note:
- Ensure that you click Activate Changes on the left to activate all your changes. Under Deployments, select the application, click Start and select Servicing all requests option.
- You can also verify if the application is installed successfully using the following URL: http://IP address:7001/eml/Login. The port for the WebLogic application server is 7001.
When you stop the WebLogic application server, perform the following actions:
- From the Deployment tab, stop
ECM.ear
. - Stop the WebLogic application server.
Thus, when you restart TIBCO MDM with the WebLogic application server, you must start ECM.ear
from the Deployment tab.