Hi,
I just inherited an
applet that runs in an asp page and interacts with a
servlet on
Tomcat. In order to get into the application, I need to login to the application, which involves an asp call to a SQLServer db. I have Tomcat, IIS, and SQLServer configured on my machine and I can run everything fine but I don't know how to debug the applet. Ideally, I'd like to be able to just point Eclipse to my IIS and Tomcat services and run the normal debugger. Is that possible? Is there an easy way to step through an applet?
Thanks.