How can I debug the java code that I have running in weblogic server? : BEA Weblogic



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

Post New Answer

More Weblogic Interview Questions

How do you disturbute applications over a cluster of weblogic nodes

2 Answers   ASIS, HCL, Steria,


Tell me what can happen when stub can't to connect to web-logic server instances?

1 Answers  


What is Domain? how many domains are possible in a single instance?

3 Answers   Wipro,


how to change the weblogic server password?

2 Answers  


How are notifications made when a server is added to a cluster?

1 Answers  


How can I avoid asynchronous message deadlocks? : BEA Weblogic

1 Answers  


Explain the difference between dynamic and non-dynamic changes in the console?

1 Answers  


What is wlst?

1 Answers  


What is difference between welogic server and WebSphere?

2 Answers   TCS,


How do I use a third-party jdbc driver with jms? : BEA Weblogic

1 Answers  


How do I call oracle stored procedures that take no parameters? : BEA Weblogic

1 Answers  


Does weblogic jms support clustering? : BEA Weblogic

1 Answers  


Categories