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

From: "Phill Edwards" <philledwards(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: JSP pages don't work with database after postgres downgrade
Date: 2006-03-07 06:56:17
Message-ID: c92a75980603062256o63272ea4t@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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 - all it does it check
the username and password against some values in a table. There is no
cryptography involved.

Is there a simple test page somewhere for JSP/Postgres that I could
use to try to track down the cause of this?

Regards,
Phill

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2006-03-07 06:59:24 Re: JSP pages don't work with database after postgres downgrade
Previous Message Paul Newman 2006-03-07 06:34:33 Triggers and Multiple Schemas.