How can I debug the java code that I have running in weblogic server? : BEA Weblogic
Answer / Surash Shing
To debug Java code running on WebLogic Server, you can follow these steps:
1. Start the WebLogic Server and deploy your application.
2. Open the WebLogic Console.
3. Navigate to Monitoring > Diagnostics > JVM Tuning and click on Edit.
4. Enable JVM tuning options for debugging, such as Full GC Trace, VM Memory Statistics, and JDBC Statements.
5. Save the changes and restart your Managed Server.
6. In your Java code, add the necessary debug statements and run the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you disturbute applications over a cluster of weblogic nodes
Tell me what can happen when stub can't to connect to web-logic server instances?
What is Domain? how many domains are possible in a single instance?
how to change the weblogic server password?
How are notifications made when a server is added to a cluster?
How can I avoid asynchronous message deadlocks? : BEA Weblogic
Explain the difference between dynamic and non-dynamic changes in the console?
What is wlst?
What is difference between welogic server and WebSphere?
How do I use a third-party jdbc driver with jms? : BEA Weblogic
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
Does weblogic jms support clustering? : BEA Weblogic