DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29331>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29331 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 05:38 ------- (In reply to comment #1) > Jmeter 1.9 to 2.01 > I would like to specify that the proxy server (HTTP recording) does not work > with an applet : the applet is not launch. It seems that the proxy blocks the > loading of the applet on the browser. I tested the latest nightly build, and used the HTTP Proxy Server to record the test plan. I ticket the setting "HTTP Sampler settings - Retrieve All Embedded Resources from HTML files" on for the HTTP Proxy Server, so that samples put into the test plan has this setting on. I pointed my browser to http://java.sun.com/applets/jdk/1.4/demo/applets/BarChart/example1.html and the applet appeared in the browser. In the test plan, a sample for the example1.html appeared. A sample for the jar file of the applet is not put into the test plan, because I think it's really java that is handling the download of that jar file, and not the browser. But since the setting "Retrieve All Embedded Resources from HTML files" is on for the "example1.html" sample, it means that the jar file for the applet will be download when the test plan is executed. So I do not think the HTTP Proxy Server has any problems with applets. I guess this enhancement request is really to have a "Java applet sampler", where you could specify the content of the "applet" tag, and then when the test plan is executed, the sampler would instantiate and run the applet. If the applet is communcating with a server, then this would make some sense. If the applet is just doing processing on the client, then you should rather use the HTTP Sampler, to simulate downloads of the jar files for the applet. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
