Hello.
Let me point out the errors you have in your jsp.
Firstly, you are missing import statement. By default, java.sql package is not imported. So you have to import it using "page"...