If you are here, Then you might have had a similar requirement I had, which is to find a specific file across multiple directories and to grep or Search for a string present in that file. ( more like what we do with xargs in Linux) I am a Linux[...]
Read moreCategory: Best Practice
How to hide clear text password CURL
When you are using CURL the problem is that sometimes you would have to compromise on security as it requires you to keep the passwords in clear text. But there is a way we can avoid it and this is post is about "How to Avoid or Hide Sending Clear[...]
Read moreHow 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 moreHow to use Weblogic REST API for various management operations - Examples
This post covers how to use weblogic rest api practically using various examples and answers, All your questions like How to enable REST api in weblogic, What can you with RESTful API in weblogic, What are bean trees in weblogic, How to perform various operations like deployment, server creation, What is[...]
Read moreWLPS - Get Running weblogic processes with domain and ports used information
Get Running Weblogic processes with domain name and ports being used and their AdminServer configuration information in Linux using WLPS ( Weblogic Process Status - tool) This is basically a shell script bundled with JMX-TERM API works together and gives more information about the WebLogic processes running in the Linux.[...]
Read more