The Overview: Oracle WebLogic Server uses various types of threads to handle different tasks and operations within the server. Here are some of the most common types of threads used in Oracle WebLogic Server: 1. Execute...
Tag - Weblogic
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...
Overview: In WebLogic, a heap dump is a snapshot of the memory heap of a Java Virtual Machine (JVM) at a specific point in time. It captures all the objects and data structures that are present in the JVM’s memory...
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...