There is an error when I want to connect to a PostgreSQL database from a servlet connection, a ClassNotFoundException for the PostgreSQL driver, with some details about servlet.
Class.forName("org.postgresql.driver");DriverManager conn = Driver.getConnection(addr, user, pass);
I'm using Apache Tomcat (local server) for the server hosting.