In an IBM WebSphere Application Server cluster, an administrator notices EJB requests are not evenly distributed on the cluster members during the load test.
What two things can the administrator verify in order to identify and resolve the issue? (Choose two.)
Answer : A, D
A: Workload management optimizes the distribution of client processing tasks. Incoming work requests are distributed to the application servers, enterprise beans, servlets, and other objects that can most effectively process the requests.
D: The server weighted round robin routing policy ensures a balanced routing distribution based on the set of server weights that have been assigned to the members of a cluster. For example, if all servers in the cluster have the same weight, the expected distribution for the cluster is that all servers receive the same number of requests. If the weights for the servers are not equal, the distribution mechanism sends more requests to the higher weight value servers than the lower weight value servers. The policy ensures the distribution that you want, based on the weights that are assigned to the cluster members.
Which statement describes the functionality of web containers?
Answer : B
The runtime environment for Web components is called the Web container. It processes servlets, JSP files, and other types of server-side components.
Heapdumps, javacores, and system cores are recommended to be generated for which kind of IBM WebSphere Application Server problems?
Answer : B
Which of the following is true of managing scopes in the Integrated Solutions Console?
Answer : C
When recording a response file, what must be done to skip the install?
Answer : B
What data source property can an administrator configure to minimize the chances of encountering StaleConnectionExceptions?
Answer : A
The configuration options below help minimize the chances of encountering StaleConnectionExceptions by helping to ensure that your WebSphere Application Server maintains control of database connections, specifically, the only one closing them, rather than other components in your network:
The datasource MIN connections should be set to 0. By setting a MIN > 0, you are telling the application server that this number of connections will be valid for the life of the application server JVM. Unless you can guarantee the MIN number of connections will never be timed out or dropped, setting a MIN will cause a StaleConnectionException when the connection becomes invalid.
A system administrator has downloaded IBM WebSphere Application Server binaries and created a local IBM Installation Manager repository.
What can the system administrator do to ensure only this local Installation Manager repository is used during installation of the product?
Answer : B