PDA

View Full Version : Postgres Driver issue



GuZzO
16th June 2010, 01:19 AM
When i try to create a new datasource, an error occured while testing connection:

Error on server,
Class not found: org.postgreSQL.Driver

Is there any way to fix this issue?
TIA

anil.kumar
16th June 2010, 10:26 AM
You will required jar file for postgreSQL JDBC driver, you can download it from here.
http://jdbc.postgresql.org/

And then add it in C:\BIPLUS\Tomcat55\webapps\BIPLUS\WEB_INF\lib directory. Restart tomcat service.