• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JBOSS Performance tuning:

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a project which uses JBOSS as the app server. Currently our system takes long time to deliver the response back. Due to this concern we are planning to fine tune the JBOSS 4.2 App Server & JVM. Can you please suggest some best practices or any book which guide the performance tuning @ Jboss ?...
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss in Action, chapter 14 - Tuning the JBoss Application Server (The book is about JBo ss AS 5, but the tuning recommendations work on all versions, though some of the exact details on where to change a JBoss AS config file might be different)

Also, do a search on "performance" or "tuning" in this forum and in the JBoss performance forum, there are quite a few posts there that discuss various tuning options.
http://community.jboss.org/en/jbossas/performance?view=discussions
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic