> Do your log files have any interesting messages?

Nothing. Clean as a whistle. The problem is not related to PostgreSQL or JDBC driver. 
I can establish a connection via regular mechanism:

Class.forName( "org.postgresql.Driver" );
Connection conn = DriverManager.getConnection( "jdbc:postgresql://test.ev.co.yu/test", 
"test", "test_pass" );

One of the users suggested that the reason I'm getting "null" is because Tyrex is 
having problems openning connection. And frankly, there were some posts on PostgreSQL 
and Tyrex incompatibility, but I thought that was resolved in the latest version.

postgresql.jar is in $CATALINA_HOME/common/lib

Nix.


Reply via email to