1. Getting a list of all classloaders in a JVM stackoverflow.comIs it possible to get a list of all class loaders in a JVM or at least all class loaders associated with web apps in a JEE Server (Weblogic in my ... |
2. How do I get a list of all package names loaded by the JVM stackoverflow.comI need to get names of all java packages loaded by the JVM. This is to display a package browser like the ones found in IDEs. I can get the package ... |
3. T5 page request return blank layout under heavy load test stackoverflow.comI recently have an application develop with tapestry 5.1 deploy on Weblogic + oracle database. The pages work well under normal usage but went nuts after stress testing. I am using hibernate ... |
4. How to find which Class is causing OutOfMemory for the JVM? stackoverflow.comOflate our Weblogic server is frequently crashing with OutOfMemory error. Is there any way I can monitor the JVM to find out which Classes are are hogging the memory and have ... |
5. java.lang.OutOfMemoryError: Java heap space stackoverflow.comMy application is deployed on a cluster environment. Recently the server went down with the following stacktrace. It doesn't seem to be coming from the code. It was running all right ... |
6. custom arguments to set in weblogic JVM stackoverflow.comI need a custom property to set per each server JVM in weblogic. What is the better approach doing it? I know we can specify the argments like below:
|