Sarav is the creator and Founding Author of Devops Junction. He has 13+ years of experience in Software Development and Architecture. He has written around 250+ articles on various technologies.
weblogic deployment tasks using Weblogic REST API

How to deploy an application in Weblogic using REST API

Weblogic REST API (or) Weblogic RESTful services is an innovative approach to manage your weblogic application server.  Weblogic REST API could help you do various administration tasks like start, stop, deployment tasks, monitoring, Resource creation like JDBC, Server, Cluster so on and so forth. Weblogic REST API can be easily[...]

Read more

Weblogic Application Status Script WLST

To Get the Deployed Application Status in the Weblogic Domain, you can use the following python script and run it with WLST. It has nice Formatting and this post also covers "How to ignore or avoid the weblogic informational messages while running the WLST script" Copy the Script given below[...]

Read more
Weblogic Application Status WLST

How to Avoid WLST Information Messages and Run the scripts Silently

While running the WLST scripts, You might have come across the informational messages as follows and additional empty lines. Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://web.mwinventory.in:33011 with userid weblogic ... Successfully connected to Admin[...]

Read more
1 25 26 27 28 29 30