Caldarale, Charles R wrote:
From: Emerson, Christopher [mailto:cemer...@orangelake.com]
Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]
If I have 100+ concurrent users, won't that effect the other users?
Each webapp should have its own copy of the HTTP client, so no.
Is it possible that I have something as simple as an incorrect
web.xml configuration?
Can't tell without seeing it, can we? As suggested earlier, you may well have
an incorrect configuration for the libraries you're using, and their
configuration may not be in WEB-INF/web.xml.
Another thing I noticed is that the servlet api is in Tomcat's lib
directory. Should that be in the individual webapp directories?
Absolutely not. It's correctly placed where it is.
As long as "servlet api" above really means "servlet-api.jar" ... (?)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org