yolanda_h 发表于 2010-5-21 15:42:54

急:Jmeter, 录制时报error: underlying connection is

when I record application in http protocal by Jmeter.
always encounter error:
unable to connect remote server
or
underlying connection is closed.

config in application:
<system.net>
            <settings>
                      <httpWebRequest useUnsafeHeaderParsing="true" />
           </settings>
           <defaultProxy>
                      <proxy
                      usesystemdefault = 'true'
                      proxyaddress="http://localhost:8080"
                      bypassonlocal="false"
              />
            </defaultProxy>
   </system.net>

and then user same port in Jmeter.

恳请高手支招

PrefTest 发表于 2010-5-25 15:11:20

改用BadBoy录制吧

msnshow 发表于 2010-5-30 16:33:16

因为你改代理后,根本无法访问 你的应用了

zhengaiqi 发表于 2013-6-7 10:58:49

关注中。。
页: [1]
查看完整版本: 急:Jmeter, 录制时报error: underlying connection is