Can any one reply me please !! Or does any one knows where do I get ant-jmeter javadocs or all the available tasks. Some how I need to pass proxy server details to my jmeter ant tasks, but I dont know the syntax. anticipating your reply, -kannan
-----Original Message----- From: Kannan K [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 5:55 PM To: 'JMeter Users List' Subject: RE: JMeter::Proxy Server::Internet world::Urgent ! Thanks Andrew, I have one more problem in defining proxy ip,ports,user and pwd on running a Jmeter in NON-Gui Mode. I was using the JMeter's Ant task for this. This is what I have done, I am sure iam wrong somewhere, can any one help me !!! <taskdef name="jmeter" classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask"/> <echo message="" /> <jmeter jmeterhome="${JMETER_HOME}" testplan="${basedir}/testing/loadtests/data/Demo_Test_Plan.jmx" resultlog="${basedir}/testing/loadtests/data/Demo_Test_Plan_Results.jtl"> <jvmarg value="-DH=10.20.4.210"/> <jvmarg value="-DP=8080"/> <jvmarg value="-Du=user1"/> <jvmarg value="-Da=pass1"/> </jmeter> Can anyone tell me how do I pass the parameters for Proxy servers when I run the script using Ant. anticipating your reply, -kannan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 12:51 PM To: JMeter Users List Subject: Re: JMeter::Proxy Server::Internet world::Urgent ! RTFM!!! http://jakarta.apache.org/jmeter/usermanual/get-started.html#proxy_server ----- Original Message ----- From: Kannan K Date: Mon, 22 Dec 2003 12:27:06 +0530 To: "'[EMAIL PROTECTED]'" Subject: JMeter::Proxy Server::Internet world::Urgent ! > Dear All, > > Iam using JMeter 1.9.1 on Windows 2000 and JDK 1.4.1_02. > > Problem: > > In my corporate network, we all need to connect to a proxy server for > getting connected to the internet world. -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

