How do you do performance tuning of wls? What are various areas to do it
Answer Posted / 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 |
Post New Answer View All Answers
How to write a program to call the store procedure of oracle that takes no parameter?
Tell me about security in weblogic?
What Is A Weblogic Server Cluster ?
What are middleware servers?
Explain what an application server does and it's major components.
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
Explain the Command line utilities in wls?
When we will take thread dump?
Explain the client-server architecture.
Explain deployment descriptors?
How to upgrade the latest patches in weblogic?
What is the difference between txdatasource and datasource?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
How to integrate appache with weblogic?