QuestionQ31

Deploying Java Applications

You have a Java EE application that was developed and tested in your on-premises environment. You want to deploy the application to an Oracle Java Cloud Service instance.

Which procedure should you use to deploy the application to the Oracle Java Cloud Service instance?

  • A Using WLST in the one-premises environment, deploy the application archive directly to the service instance
  • B Using WebLogic Server Administration Console in the on-premises environment, deploy the application archive to the service instance
  • C Using SCP, copy the applications archive [EAR] file to a directory in the VM running the Administration Server in the Oracle Java Cloud Service instance. Then, using WebLogic Server Administration Console in the service instance, deploy the application
  • D Using SCP, copy the applications subdirectory from on-premises to the VM running the Managed Server in the Oracle Java Cloud Service instance. Then, stop
Explanation

A deployment archive must be accessible to the WebLogic domain’s Administration Server. Copy the EAR to the VM hosting the Oracle Java Cloud Service Administration Server, then use that service instance’s WebLogic Server Administration Console to install and target the application.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!