How do you do performance tuning of wls? What are various areas to do it
Answer / ajay
It can be categorized in 4 parts.
a. Application Tuning.
jsp precompilation, ejb pool size cache..
b. OS Tuning
Setting tcp ip parameter.
tcp_time_wait_interval
tcp_conn_req_max_q
c. Core Server Tuning.
tune workmanager, tune chuck size and chunck pool size, using performance packs, conenction backlog buffering.
d. JVM Tuning
tuning gc strategy, monitoring garbage collection..
| Is This Answer Correct ? | 0 Yes | 0 No |
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
How do I prevent errors when running t3dbping? : BEA Weblogic
Setting Up WebLogic Server for HTTP Tunneling
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What is the difference between jboss and weblogic?
what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
What is the administration server?
How does a cluster relate to a domain?
What causes java.io exceptions in the log file of weblogic server?
How do I get a thread dump to help track down a problem? : BEA Weblogic