This is not a programming question but is only relevant to programmers, so I think it is appropriate.
How do you go about debugging a program a servlet in Eclipse. Can I somehow use my JSP s to create "simulated" request objects and have the servlets try to handle them, from Eclipse with our without some plugin. This would be ideal if I could then step through the code and see where I am getting my errors.