I am trying to develop and deploy a simple web app tutorial given in Head First servlets and jsp book, but after I wrote all the necessary files, when i try to run , it gives me the erro 500 : saying unable to compile jsp file.
I have just 1 servlet(controller), 1 plain java code(model) and 1 jsp file (view). Is there something wrong . I have given all the three files below.