• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding IBM websphere number of applications deployed and issues

 
Ranch Hand
Posts: 258
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have IBM websphere server with around 60 small applications installed on it. As per our process, users can upload document sets in form of small applications on this server. Earlier this number was small but now as users have increased these number of applications are increasing on server and its not working properly. Some of the applications gets down frequently even if their status is green in server console. After restarting these apps it works fine.

Thing i am not getting is, Is there any limitation on number of applications deployed on server? How can i fix or tune this. Frequently we need to restart server.
 
vijay jamadade
Ranch Hand
Posts: 258
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just want to correct. Its 115 applications but those are small. Sometimes it crashes with heap issues. Any suggestions?
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Increased load might obviously put bigger strain on your server resources, including memory.

Are all errors you encounter caused by heap issues? If not, what are the other issues?
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vijay jamadade wrote:Just want to correct. Its 115 applications but those are small. Sometimes it crashes with heap issues. Any suggestions?



Hi, You have deployment antipattern.

Because your functionality is EJB or WebApplication or RAR than you can group it into countable number of EARs.
Big number of application increasing deployment and restart time.

 
vijay jamadade
Ranch Hand
Posts: 258
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we are going to try one more option of adding space on this machine. It might improve things. But we are also thinking of grouping of applications in ear as suggested by Anton.
 
Time is the best teacher, but unfortunately, it kills all of its students - Robin Williams. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic