Hi All, I noticed with Jersey 1.5 that whenever I execute a Jersey client side request it creates a new servlet rather than reuse the existing servlet. I know this because in my constructor for my servlet I send out a message and it is going to the Tomcat command console. In my Web.xml I have a tag for at startup create 3 servlets. This does not happen with my Metro based Servlets. Tomcat resuses those servlets.
Any ideas what might cause this? If I ran a load test Tomcat using Jersey might not scale very well. Thanks, -Tony --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org