Skip to content

Sihendri

Little Note about technology

Menu
  • Home
  • About
  • Contact
Menu

How to deploy WAR file in weblogic docker

Posted on February 23, 2023 by sihendri

To deploy a WAR file in a WebLogic Docker container, you can follow these general steps:

  1. Prepare your WebLogic domain and WAR file: Before deploying your WAR file in WebLogic Docker, you need to create a WebLogic domain and package your application as a WAR file.
  2. Start your WebLogic Docker container: Start your WebLogic Docker container with the appropriate image and settings. You can use the following command to start a WebLogic Docker container:
    docker run -d -p <host port>:<container port> -v <host volume>:<container volume> <image name>:<tag>
    
  3. Access the WebLogic Admin Console: After starting the WebLogic Docker container, access the WebLogic Admin Console by navigating to http://localhost:<host port>/console.
  4. Deploy the WAR file: In the WebLogic Admin Console, click on the “Deployments” tab and then click on the “Install” button. Select the WAR file from your local file system and click “Next” to deploy it.
  5. Verify the deployment: After deploying the WAR file, verify that it has been successfully deployed by checking the deployment status in the WebLogic Admin Console.
  6. Access the deployed application: Once the deployment is successful, you can access your deployed application by navigating to http://localhost:<host port>/<context root> where <context root> is the context root specified in your WAR file.

 

These are general steps, and the exact process may vary depending on the specific WebLogic Docker image you are using and the configuration of your WebLogic domain. You may need to consult the WebLogic Docker image documentation or consult the WebLogic documentation for further instructions.

Share on Social Media
twitter facebook linkedinwhatsapptelegram

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Categories

  • Docker
  • java
  • News
  • Oracle
  • sQL
  • Uncategorized
  • weblogic
  • Windows
  • Wordpress

Latest Post

  • SGA and PGA in Oracle Database Configuration
  • Rumor: NVIDIA GeForce RTX 4070 to be Released on April 13, 2023
  • ASUS Zenfone 10 Leak Reveals It Might No Longer Be Compact
  • How To Substring Until First Space in Oracle String
  • TikTok set daily screen time limit for under 18s to 60 minutes
©2023 Sihendri | Built using WordPress and Responsive Blogily theme by Superb