Servlet not responding in the BonusCalculationServlet example
I am using the J2ee application server, trying to run the BonusApp example. If your not familiar with it, it is a two-tier application. Now I did everything right as far as add all the components to the Application. Why when I run the file bonus.html (after the application has already been deployed) and type in all the values and click on the submit button, I get a page not found response, instead of the proper servlet response. And mind you, I have deployed the application successfully.

