Use the WebLogic Server Administration Console to Deploy and Manage Applications

You can use the WebLogic Server Administration Console to deploy and manage applications in an Oracle Java Cloud Service instance, just as you would deploy and manage applications in an on-premises Oracle WebLogic Server environment.

Besides this documentation, the following video and tutorial are available to help you learn how to use the WebLogic Server Administration Console to deploy applications:

Tutorial iconTutorial

By default, if you created your service instance in an Oracle Cloud Infrastructure Classic region, remote access to the administration console is disabled for security purposes. If you did not enable console access while provisioning your service instance, see Enabling Console Access in an Oracle Java Cloud Service Instance.

Topics

Use the WebLogic Server Administration Console to Deploy an Application

You can use the WebLogic Server Administration Console to deploy applications to an Oracle Java Cloud Service instance.

  1. Sign in to the web console.
  2. Look for the name of the instance on which you want to deploy an application.
  3. Click Manage this instance Menu icon, and select Open WebLogic Server Administration Console.
  4. Sign in using credentials you specified when you created the Oracle Java Cloud Service instance.
    If you did not create the service instance, ask your administrator for the login credentials.
  5. In the Change Center of the WebLogic Server Administration Console, click Lock & Edit if that button is enabled.
  6. Under Domain Structure, select Deployments.
  7. On the Deployments page, click Install.
  8. On the Install page, click the Upload your file(s) link. This link is in the text just above the Path field.
  9. In the Install Application Assistant, click Browse next to Deployment Archive, select the application you want to deploy, and click Next.
  10. Under Locate deployment to install and prepare for deployment, select the application if it is not already selected, and click Next.
  11. Under Choose installation type and scope, select whether you want to install the deployment as an application or as a library, and click Next.
  12. Under Select deployment targets, select the servers or clusters to which you want to deploy the application and click Next.
  13. (Optional) Update settings for the deployment and click Next.

    These settings include:

    • The deployed name of the web application.

    • The security model that is applied to the application.

    • How the source files (WAR or exploded directory contents) are made available to targeted managed servers and clusters.

    • How the deployment plan source files are made available to all targeted managed servers and clusters.

    Typically, the default settings are adequate.

  14. Review the configuration settings you specified and click Finish.
  15. Under Domain Structure, select Deployments.

    Look for the application in the Deployments table. It shows the status distribute Initializing.

  16. In the Change Center, click Activate Changes.
    The WebLogic Server Administration Console shows the application in the Prepared state.
Your application is now deployed.

Use the WebLogic Server Administration Console to Start an Application

You must start the application to make it ready to accept requests.

To start an application:
  1. Sign in to the web console.
  2. Look for the name of the instance from which you want to undeploy an application.
  3. Click Manage this instance Menu icon, and select Open WebLogic Server Administration Console.
  4. Sign in using credentials you specified when you created the Oracle Java Cloud Service instance.
    If you did not create the service instance, ask your administrator for the login credentials.
  5. In the Change Center of the WebLogic Server Administration Console, click Lock & Edit.
  6. Under Domain Structure, select Deployments.
  7. Click the Control tab.
  8. In the Deployments table, select the check box next to the application that you want to start.
  9. Click Start, and select Servicing all requests.
  10. On the Start Deployments dialog, click Yes to confirm the deployment.
    The application is now in the Active state and is ready to accept requests.

Use the WebLogic Server Administration Console to Undeploy an Application

You can use the WebLogic Server Administration Console to undeploy an application from an Oracle Java Cloud Service instance.

To undeploy the application:
  1. Sign in to the web console.
  2. Look for the name of the instance from which you want to undeploy an application.
  3. Click Manage this instance Menu icon, and select Open WebLogic Server Administration Console.
  4. Sign in using credentials you specified when you created the Oracle Java Cloud Service instance.
    If you did not create the service instance, ask your administrator for the login credentials.
  5. In the Change Center of the WebLogic Server Administration Console, click Lock & Edit.
  6. Under Domain Structure, select Deployments.
  7. Click the Control tab.
  8. In the Deployments table, select the check box next to the application you want to undeploy.
  9. From the Stop menu, select one of the following:
    • When work completes
    • Force stop now
    Do not select Stop, but continue servicing administration requests.
  10. Click the Configuration tab.
  11. When the application is in the Stopped state, select the application, and click Delete.
  12. Click Yes to confirm.
  13. In the Change Center, click Activate Changes.