RE: info required about no of connections..

2006-01-12 Thread Caldarale, Charles R
> From: babji [mailto:[EMAIL PROTECTED] > Subject: info required about no of connections.. > > No my question is how many user can login and open session in > tomcat at a given point of time. No limit, other than the max number of threads configured for the connec

info required about no of connections..

2006-01-12 Thread babji
Hi i have some doubt in tomcat deployment, can some one clear that I have one web appliation that i deployed in the tomcat and running fine. it uses login, and all the valid users will login and use the site. it contains 10 servlets each will do one kind of job based on the user request. No my