Overview: A thread dump is a snapshot of the current state of a Java Virtual Machine (JVM) at a specific moment in time. It shows the list of threads currently executing in the JVM along with their current state, such as...
Tag - WLST
Overview: WebLogic JMS tuning involves optimizing the performance of the JMS server by configuring various JMS-related parameters. This can include configuring connection factories, queues, topics, message delivery modes, and...
Overview: WebLogic Server provides various options for performance tuning to optimize the performance of your application. WLST (WebLogic Scripting Tool) can be used to automate the process of performance tuning. Here are...
Overview WebLogic JMS servers can be monitored and managed using various tools and techniques. Some of the popular approaches are: WebLogic Console: WebLogic provides a web-based administration console to monitor and...
Overview In the below scripts, we first connect to the WebLogic Admin Server using connect command. Then we start editing the domain using edit and startEdit commands. Finally, we save and...