Sorry, didn't realize this was related to the ant task. You are using jvm
arguments, which I don't believe will work. You can use the proxyhost and
proxyport attributes of the task as described at
http://www.programmerplanet.org/ant-jmeter/. Unfortunately, I didn't realize
there were also username and password arguments, so those are currently not
supported. I can add those when I get a chance - or you can go ahead and add
them (the source is included in the jar).

Joe

----- Original Message ----- 
From: "Kannan K" <[EMAIL PROTECTED]>
To: "'JMeter Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, December 23, 2003 12:01 AM
Subject: RE: JMeter::Proxy Server::Internet world::Urgent !


> 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]
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to