Performance improvement of web application deployed on Jboss server
vittal mareddy
Greenhorn
Joined: Jul 24, 2011
Posts: 7
posted
0
we have a web application deployed on JBoss4.2.0 server, code is optimized, I would like to know what are other places i need to configure(how) to get improvement in performance
steve souza
Ranch Hand
Joined: Jun 26, 2002
Posts: 851
posted
0
If the performance is good enough then you probably needn't do anything. If it isn't good enough you need to monitor it and see where it is slow. Are you having specific problems or just trying to learn a little more about jboss configuration parameters in general?
I just posted these links in another thread, but in case you didn't see that here they are. In particular the JAMon reports demo shows how you can easily collect page and sql performance stats.