FYI, There is a documentation error in the ‘MyEclipse User Guide’ under section ‘Getting Started’->’Web Development and Deployment Tutorial’->’Part-2, Deploying and Debugging a Web Project’->’Servlet Debugging’. The second paragraph asks the user to set a breakpoint in the doPost method of the example servlet. This should be the doGet method instead.