• 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 error-too many client tasks

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I m getting an errorof too many client tasks.. & then the server stops working properly..
Is that the initial number of the users exceeds that supported by the Tomcat.
the no. of simultaneous users are about 30 -40.
It has only one application to run & that application is an intranet application.
Please guide me how to overcome this problem
 
Ranch Hand
Posts: 267
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please explain what you are doing to trigger this error.

Originally posted by shailja mishra:
I m getting an errorof too many client tasks.. & then the server stops working properly..
Is that the initial number of the users exceeds that supported by the Tomcat.
the no. of simultaneous users are about 30 -40.
It has only one application to run & that application is an intranet application.
Please guide me how to overcome this problem


 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Somewhere in the Tomcat configuration is a setting for the number of simultaneous requests accepted. Try increasing the "acceptCount" in server.xml
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic