Guest Ujjwal Report post Posted October 20, 2011 At present WAPT recorder doesn't support recording for Java applets. You can try to record profile in your browser. 1. Run WAPT 7.0. 2. Start recorder (click the Rec button). 3. Determine WAPT process ID (PID) in the Task Manager. 4. Execute the "netstat -a -o" command in command prompt to determine the listening port used by WAPT (marked with its PID). 5. Set HTTP proxy in your browser as localhost:<port number>. 6. Now you can record all actions in the browser. At step#3: which process name I need to look for PID as I can't find anything related to wapt at services tab in the Task Manager. At step#5: can you little bit elaborate from where I can put the port number? and also let me know that can we record actions in browser using wapt tool, if yes then how? Reply ASAP Regards, Ujjwal Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted October 21, 2011 WAPT can't record a Java applet if the applet uses own TCP socket. Quote Share this post Link to post Share on other sites
Guest Fartus Report post Posted December 23, 2011 WAPT can't record a Java applet if the applet uses own TCP socket. Can i find socket in this mean. I've same problem too. i can't record java applet. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted December 23, 2011 Can i find socket in this mean. I've same problem too. i can't record java applet. It means that applet creates own TCP connection and doesn't use browser's connection. Quote Share this post Link to post Share on other sites
Sid Sree 0 Report post Posted December 18, 2013 Hi, Given a java applet for which I do not have the source, can I determine if it uses browser connection or a tcp connection using something like developer tools/firebug ? If yes can you please tell me how to do that ? Thanks Sudarshan Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted December 20, 2013 Try to record the applet in WAPT. If it is recorded it uses browser connection. Quote Share this post Link to post Share on other sites