performance « weblogic « Java Enterprise Q&A





1. What hardware changes will affect WebLogic performance the most?    stackoverflow.com

When requesting hardware for a WebLogic server, what hardware would best improve its performance? Should I give it lots of memory, CPU, fast hard drives? The OS is going to be ...

2. Performance testing application for bottle necks using production data    stackoverflow.com

I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests (both GET ...

3. Performance Impact of Application Packaging in WebLogic 8.1 SP6- EAR vs WAR    stackoverflow.com

We have run into a strange situation. We recently moved all components of an EAR into a WAR - without changing underlying Weblogic version (8.1 SP6). Immediately after the repackaging, we observed ...

4. Is Class.forName prohibited inside the J2EE container in general and weblogic in particular?    stackoverflow.com

I have performance problem while doing first API call to my J2EE applications. So I wanted to do Class.forName to preload the classes while doing application initialization. But I heard that ...

5. What does MinimizeAQSessions and MDBDestinationPollIntervalMillis weblogic parameters do?    stackoverflow.com

What does the following two Weblogic parameters do? -Dweblogic.mdb.message.MinimizeAQSessions -Dweblogic.ejb.container.MDBDestinationPollIntervalMillis

6. weblogic ssl performance issue    stackoverflow.com

I have a web service client running on WebLogic 10.3. Below is a snippet of the server log when the app begins to connect to the hosting server.

<Feb 25, 2011 ...

7. Open source Java web application performance and load testing frameworks (preferrably for Weblogic)    stackoverflow.com

I would like to know if there are good Open source Java web application performance and load testing frameworks (preferrably for Weblogic). Thanks, Sid

8. Xform performance tuning with respect to Weblogic Application Server    stackoverflow.com

We deployed our complex Xforms in Tomacat and Web sphere Application server. The performance of the Xform (i.e Form rendering time, control value change time, dynamic control value change) where comparatively ...

9. Effect of enable-call-by-reference    stackoverflow.com

I get the messages

<Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'myEjb'.
The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to ...





10. connect to soa_server with node manager    stackoverflow.com

I start node manager to start a managed server. I go to wlserver/server/bin/startNodeManager.sh it starts to running an It is said: Secure socket listener started on port 5556 but i go to adminServer console in ...

11. performance tuning weblogic    stackoverflow.com

We have a very unstable system which runs on Weblogic 10.3 portal and we would like somehow for a while to keep it up by limiting the number of users it ...

12. What is the default max value for Weblogic 10's self-tuning-thread-pool-size-max parameter?    stackoverflow.com

I'm seeing a production server which is peeking at over 100 threads and with occasional queue length spikes of 20-30. The underlying hardware has plenty of excess capacity. I'm wondering if ...