If its using HTTP (or you are tunneling T3 through HTTP) then you need to setup the proxy for the swing application so that it points to your JMeter proxy For a standard java(including swing) application - http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html but your application may be using a different HTTP library which might have its own settings - If for example it uses httpclient then it might not necessarily use the Java VM settings so you need to check your app.
On Tue, Mar 18, 2014 at 8:47 PM, Deepak V A <[email protected]> wrote: > Hi, > > > > It works both with HTTP and T3 protocol. I was not able to record the > session as the requests from the Swing client where not passing through the > JMETER. Please provide some of the steps for intercepting teh requests. > > > > Regards > > Deepak > > > > Date: Tue, 18 Mar 2014 13:48:52 -0700 > > Subject: Re: Performance Test of J2EE appication having Swing Client > > From: [email protected] > > To: [email protected] > > > > Hi > > yes - but you'll need to know how the application communicates with your > > app (Webservice/ejb/http/rmi/binary etc) and replicate that in JMeter. > > > > > > On Tue, Mar 18, 2014 at 1:13 PM, Deepak V A <[email protected]> > wrote: > > > > > > > > Hi, > > > > > > > > > > > > Please let me know if it is possible to do a performance testing of a > J2EE > > > application deployed on a weblogic server having a Java Swing based > client. > > > > > > > > > > > > The intention is not to test the Java Swing client, but the J2EE > > > application. We do not have a browser based client. > > > > > > > > > > > > > > > > > > Regards > > > > > > Deepak > > > > >
