Hi All I have been desparatly trying to get jmeter to work with IIS for the last few days.. Here is a brief outline of my grief and would appreciate some pointers :
I have a win xp pro box with IIS running.. Since I sometimes share the box, I put the webapps folder in my secure directory. Right now, I have shared it with all users of the box. When i login as a guest to this box, I can go to http://localhost/testweb and it works fine.. When I try to hit it with JMeter, it crashes and burns with \\C:\Program Files\jakarta-jmeter\bin>CALL ..\lcp.bat ..\lib\ant-1.4.1.jar Sampling url: http://localhost/testweb/index.jsp java.io.FileNotFoundException: http://localhost/testweb/index.jsp at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So urce) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.saveConnectionCoo kies(HTTPSampler.java:499) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:441) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample r.java:164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Unknown Source) Now, I have integrated IIS with resin and if I try to hit http://localhost:8080/testweb/index.jsp it all works fine.. However, I do want to stress my application with IIS in the mix. Any clues to whats going on here ? Thanks ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

