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.

[499 byte] By [kduncan100] at [2007-9-27 19:58:24]
# 1
Check to see if the url that you're trying to load is really available on your server
tjacobs01 at 2007-7-6 23:44:28 > top of Java-index,Other Topics,Java Community Process (JCP) Program...