[GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
I recently had to downgrade a version of postgres on a devleopment box from 7.3.2 to 7.2.2 to bring it in line with a production server. I reinstalled postgres, postgres-server and postgres-jdbc. Now when I try to run pages from a web application written in JSP using apache/tomcat they don't work.

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
> To help you, we would need to know a) if you can run a very simple jsp > test to ensure that database connectivity is occuring (i.e. can you pull > and display a record) and b) if you are using an cryptography (like MD5) > in your password checks. The user logon screen is a simple jsp script -

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
> Check your postgresql logs firstly. Nothing's showing up in the logs. I can see that postgres has successfully started in syslog when I restart it. I'm not getting anything at all being written to /var/log/postgresql even though debug_level = 4 in /var/lib/pgsql/data/postgresql.conf Does this m

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-07 Thread Phill Edwards
> > Check your postgresql logs firstly. > > Nothing's showing up in the logs. I can see that postgres has > successfully started in syslog when I restart it. I'm not getting > anything at all being written to /var/log/postgresql even though > debug_level = 4 in /var/lib/pgsql/data/postgresql.conf >