I just want to do a simple spider that will traverse every link in jmeter. From the users manual I get the impression that all I need is a modification manager, a link parser, and an HTTP request where the domain is the domain under test ( foo.com for example ), and the path is ".*". yet when I try to run it I get:
Sampling url: http://www.foo.com:80/.* URL = http://www.foo.com:80/.* java.io.IOException at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:464 ) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:164 ) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) Anybody out there really figure out how to do spidering yet?? -David- --------------------------------- Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

