Simulating HTTP Requests

Hey everyone,

I want to test out my servlet/jsp application by simulating a huge amount of requests coming from about 50 different referers. So i thought i could have an array of referer Strings, and then create a bunch of HttpServletRequests by randomly picking from the array, but HttpServletRequest being an abstract interface makes it difficult to do this :-) Any ideas as to how might I go about doing this?

Any ideas?

[449 byte] By [JeffMcLean] at [2007-9-26 1:26:54]
# 1
I think there is a program that does that for u from the jakarta package.... but still it would be best to be able to do it yourself, cuz u could costomise it for your needs...... there must be a way, cuz they write all that stuff in java anyways.?
TheBarren at 2007-6-29 1:10:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
check http://developer.java.sun.com/developer/qow/archive/140/index.jsp
oferb1 at 2007-6-29 1:10:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...