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
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
Why would a client application use jta transactions?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What is meant by adminserver?
What is the admin server?
We see an error like 404 and 500. What do they mean?
What is weblogic application server?
Write a program to bind string values in a preparedstatement?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
What is the format of the log message out to standard out?
Explain where are the files placed while deploying the resource adapter in web logic server?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic