Skip to main content
Version: v11.6.0

Deployment to WebLogic Application Server


WaveMaker Apps can be exported as a WAR file. This generated file can be deployed to any standard Java Web Server running on JDK 11. For more information, see Deployment to Web Server.

This section walks through the steps to deploy WaveMaker app to Oracle WebLogic Server.

Pre-requisites

  1. WebLogic Server needs to installed in the system. For installation, see Oracle WebLogic Server Installers.
note

The following instructions are for deployment to WebLogic Server 14c 14.1.1.0.0.

  1. WaveMaker application (war) file. The following instructions assume the war file is named SampleApp.war, change the name as per your use case.

Steps Involved

  1. Create Application War file for WaveMaker app
  2. Deploy Application (Deployment Process)

Create Application War file

Export Project as war. For steps in war file generation for WaveMaker apps, see War file generation.

Deploy Application to WebLogic (Deployment Process)

  1. Log in to WebLogic server
  2. From the Deployments section (link on the left side menu), click Install.
  3. Provide the path to the location of war file in the Path text box, select the war file and click the Next button.
  4. Select 'Install this deployment as an application' and click the Next button.
  5. Provide the app Name and click the Next button.
  6. Select 'Yes, take me to the deployment's configuration screen' and click the Finish button.
  7. Click the Save button in deployment settings page
  8. Select the Testing tab to access the deployed application.