I'm having trouble accessing a AS400 database using a servlet. Whenever I add code to the servlet to access the DB I get an exception;
server error page:NullPointerException
dos prompt: java.sql.SQLException: No suitable Driver
I think I need to get Tomcat to find the jt400.jar file with the driver in it, but can't. Can anyone help.
Thanks
Chuck T.
server error page:NullPointerException
dos prompt: java.sql.SQLException: No suitable Driver
I think I need to get Tomcat to find the jt400.jar file with the driver in it, but can't. Can anyone help.
Thanks
Chuck T.