i have a struts application in a jboss server. i would like to be able to debug into response.addCookie(...) when working from Eclipse.
what do I have to do to be able to press Step Into from Eclipse, in a Struts action, when its doing response.addCookie(...) ?
I did try to press Step into and it sayd "Source not found". Then I pressed the "Edit source lookup path..." button, choose "Add source", "External Archive" and pointed to the downloaded source code of JBoss "jboss-4.2.3.GA-src.tar.gz"
What am I missing ?