• 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

tomcat and too many httpd processes

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using Apache 1.3.14 and tomcat 3.3.1 on solaris. Our application consists of JSPs and Servlets. Occassionally, we get into this scenario where there are just too many httpd processes running (any where between 60-150), even if it was just one developer testing the application. Restarting Apache does not help. But, if we restart tomcat, we are back in the business, until this scenario appears again. Is there anyway something in tomcat can initiate more httpd processes? Any help will be greatly appreciated. Thanks.
-Bala
 
reply
    Bookmark Topic Watch Topic
  • New Topic