Try to run an example: Click here
Go to RadioButton.html. It works fine.
But when I confirm the dish, I get "The requested resource is not available (404)" in Apache Tomcat 7. The page redirects me to localhost:8080/content/RadioButton?dish=Russian (page RadioButton.html is located in folder content, but servlet RadioButton is located in src folder) instead of localhost:8080/RadioButton?dish=Russian
All the problem I see in form method="get" action="RadioButton".