Re: Testing tomcat 6

2010-06-14 Thread Ken Bowen
ConcurrentHashMap is defined by Java, so I think you want to look for Java test suites. On Jun 14, 2010, at 10:36 AM, Ohad Shacham wrote: ConcurrentHashMap - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Testing tomcat 6

2010-06-14 Thread Ohad Shacham
Thanks for the reply. I would like to dynamically test the correctness of ConcurrentHashMap in tomcat. Therefore, I am looking for test suites and applications that I'll be able to run under Tomcat in order to test Tomcat's behavior. Ohad On Mon, Jun 14, 2010 at 5:30 PM, Jorge Medina wrote: >

Re: Testing tomcat 6

2010-06-14 Thread David kerber
On 6/14/2010 9:52 AM, Ohad Shacham wrote: Hi, I would like to run tomcat for testing, I am looking for test cases with aggressive workload. Could you please let me know whether there exists a testing/benchmarking suite for tomcat that I can use? Thanks, Best Regards, Ohad I use the Eclipse t

Re: Testing tomcat 6

2010-06-14 Thread Jorge Medina
Ohad, What do you want to test? I think that you need to rephrase your question. If you are trying to test your application running under Tomcat, then the test suite has to be specific to your application. If you want to bechmark Tomcat against other servlet containers, then you need to use the s