Deploy Oracle DMW and Disable HTTPS Support

By default, Oracle DMW uses HTTPS. If you intend to use HTTP, you can deploy Oracle DMW using the deployment plan (Plan.xml) that disables HTTPS for Oracle DMW. For further information, see the Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server 12c (12.2.1.4) at https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/depgd/index.html.

  1. After you perform the steps listed in Deploy Oracle DMW on the WebLogic Server, log in to the WebLogic Server.
  2. Open the software directory.
  3. Copy the dmwapp.ear file and the plan.xml file to the tmp directory and delete the software directory. The tmp directory now contains only the dmwapp.ear and plan.xml files.
  4. Open a shell window and set up the environment:

    source WL_HOME/server/bin/setWLSEnv.sh

    For example:

    source app/oracle/middleware/Oracle_Home/wlserver/server/bin/setWLSEnv.sh
    
  5. Change directory to the tmp directory.
  6. If you have an earlier version of Oracle DMW deployed, stop it and delete it before deploying the new version by entering the following commands.

    Note:

    If you want to store the username and password in a WebLogic configuration file, omit the username and password parameters in the following commands. For more information, see the WebLogic Scripting Tool Command-Line Reference in the Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server 12c (12.2.1.4) at https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/use-weblogic-scripting-tool-tasks.html.
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number  -username WLS_USER  -password WLS_PASSWORD  -stop  -targets  DMW_SERVER_NAME -name dmwapp
    
    
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number  -username WLS_USER  -password WLS_PASSWORD  -undeploy  -targets DMW_SERVER_NAME  -name dmwapp
    
  7. Deploy the new Oracle DMW release by entering the following command. If you stored the username and password in a configuration file, omit the username and password parameters.
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number -username WLS_USER -password WLS_PASSWORD -targets DMW_SERVER_NAME -deploy dmwapp.ear -name dmwapp -upload -plan Plan.xml
  8. Exit the shell by entering:
    exit
    
  9. Go to the login screen to check that the application is running. The URL is:

    http://host_name.company_domain.com:port/lsw/dme/faces/DmeLogin.jsf

    For example:

    http://srv123.example.com:1234/lsw/dme/faces/DmeLogin.jsf