Does anyone have a simple example of how to use a servlet to connect to Oracle. I've been trying for days I'm just trying to create a simple HTML Page that allows the user to imput 3 parameters. When the user hits a submit button the input is passes to the servlet connects to oracle and runs a simple select statement. I"m able to create the connection in a regualr class but not in a browser.

Thanks
For any help