Felix is right , you have to make the java app use your proxy http://info4tech.wordpress.com/2007/05/04/java-http-proxy-settings/
I dont get what you mean when you say your webapp launches a java application - is it an applet? or Java webstart? For an applet you have to goto control panel -- java -- network settings and either choose the use browser settings (Assuming you have setup the browser to use jmeter proxy) or set the proxy explicitly. On Fri, Jan 28, 2011 at 5:28 AM, Felix Frank <[email protected]> wrote: > If you're certain your application uses only HTTP, you may succeed by > convincing it to use the Jmeter Proxy (using a Java property perhaps?) > > This may not at all be possible. > > Someone with more Java skill can surely comment this issue better. > > Regards, > Felix > > On 01/28/2011 02:22 PM, Jain, Kapil wrote: > > Events I meant http request. > > > > -----Original Message----- > > From: Felix Frank [mailto:[email protected]] > > Sent: 28 January 2011 13:16 > > To: JMeter Users List > > Cc: Jain, Kapil > > Subject: Re: Proxy Recording Problem > > > > On 01/28/2011 02:08 PM, Jain, Kapil wrote: > >> Yes my application is running on port 80 and only one functionality > launches another java client application and it's running on port 7013. I > want to record all event for other application via jmeter proxy but I don't > know how to do this. > >> > >> Thanks in advance for all your help. > > > > What do you mean by "record all events"? > > > > Jmeter cannot replay an arbitrary datastream of just any application. > > If you need Jmeter to mimick your client application, you will have to > > do this in a more advanced way such as writing your own custom Sampler > > or shelling out to a script that handles the interaction. There is no > > recording support for non-HTTP communication. > > > > I cannot advise you on either approach. > > > > Regards, > > > > Felix > > > > > > Think green - keep it on the screen. > > > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be copied, > disclosed to, retained or used by, any other party. If you are not an > intended recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > -- > MPeX.net GmbH / Werner-Voß-Damm 62 / D-12101 Berlin / Germany > MPeXnetworks / www.mpexnetworks.de > Tel: ++49-30-78097 180 / Fax: ++49-30-78097 181 > > Sitz, Registergericht: Berlin, Amtsgericht Charlottenburg, HRB 76688 > Geschäftsführer: Lars Bräuer, Gregor Lawatscheck > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

