Becky, No problem friend !!. I got the answers, I just waited for people in user groups to support, as it was urgent, I finally found the solution.
I opened ant-jmeter.jar file, which had JMeterTask.java and a class file, I went through the code, they were not at all reading proxy requests in the code, So I added that part of the code and build it. Now its working very fine. Thanks a lot for your reply, cheers, -Kannan -----Original Message----- From: Becky Moore [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 6:16 PM To: 'JMeter Users List' Subject: RE: JMeter::Proxy Server::Internet world::Urgent ! Kannan, I'm sorry I can't find any information on that. No one seems to be answering this week, probably due to Christmas. I know it's hard to do when you seem so close to but try to relax and have a happy holiday. Someone will answer you when they finally check their emails, I'm sure of it. Becky -----Original Message----- From: Kannan K [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:01 AM To: 'JMeter Users List' 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] ================================================== NOTICE The information contained in this electronic mail transmission is intended for the use of the named individual or entity to which it is addressed and may contain information that is privileged or otherwise confidential. It is not intended for transmission to, or receipt by, any individual or entity other than the named addressee (or a person authorized to deliver it to the named addressee) except as otherwise expressly permitted in this electronic mail transmission. If you have received this electronic transmission in error, please delete it without copying or forwarding it, and kindly notify the sender of the error by reply email. Regardless of content, this e-mail shall not operate to bind Zen Technology, Inc. to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. Information contained within this electronic mail transmission does not necessarily reflect the views of Zen Technology, Inc. ================================================== --------------------------------------------------------------------- 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]

