Re: can't access database from servlet - Mailing list pgsql-jdbc

From Nick Fankhauser
Subject Re: can't access database from servlet
Date
Msg-id NEBBLAAHGLEEPCGOBHDGAEEAECAA.nickf@ontko.com
Whole thread Raw
In response to can't access database from servlet  (Sanjeev Rathore <intmail2002@yahoo.com>)
List pgsql-jdbc
Sanjeev-

Another hint that might help-

Since your stack trace is going to System.out when an exception is caught,
you won't see the stack trace in your browser screen- It's going to end up
in the tomcat log instead.

I'm not sure where the Tomcat log lives on RedHat Linux, but under Debian, I
find it in /var/log/tomcat/stdout.log -If your tomcat user does not have the
grants to select from name, the error message telling you this is probably
in this log file. (Or if I'm totally off base (quite possible this soon
after new years... <grin>), there might be some other message giving you a
hint about what is going wrong.)

-Nick

--------------------------------------------------------------------------
Nick Fankhauser  nickf@ontko.com  Phone 1.765.935.4283  Fax 1.765.962.9788
Ray Ontko & Co.     Software Consulting Services     http://www.ontko.com/


pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: can't access database from servlet
Next
From: "Nick Fankhauser"
Date:
Subject: Re: can't access database from servlet