Hi all, Now I have a web project with java and DB2, I can connect to DB2 server by console application but not by JSP. The problem is : "no suitable driver" I do in the same way and the same drivers. Please help me. Sorry for my poor English. Thanks. Rock.
Since you are using a server, consider using a DataSource. Then the server can handle the database classpath for you rather than packaging the jar with the application.