Hello there,
I am trying to build a
maven web application with
tomcat, I am very new here, and I keep getting an exception:
javax.naming.NameNotFoundException: Name
jdbc is not bound in this Context.
The exception keeps appearing in the tomcat server when trying to validate a login.
This is our index.jsp:
This is our redirectPage.jsp:
<
jsp:forward page="/WEB-INF/jsp/shMainView.jsp"></jsp:forward>
There is the shMainView:
Here is the validation file (the validation is supposed to go through the j_security_check):
And finally here is the respective part of the web.xml:
We 've also double checked the server.xml, context.xml and the credentials for the database connection, but nothing works!
I would appreciate any help here, because we' ve searched for feedback in the Internet, tried lots of staff and nothing works!
Thanks in advance!