Thread: jdbc and windows

jdbc and windows

From
bkafka@xmission.com
Date:

Was wondering if tomcat needs to be running under the unprivileged
"postgres" user on a WIndows 2000 machine in order to connect?

Re: jdbc and windows

From
John R Pierce
Date:
bkafka@xmission.com wrote:
>
> Was wondering if tomcat needs to be running under the unprivileged
> "postgres" user on a WIndows 2000 machine in order to connect?

no, as JDBC uses a network socket to connect.  they don't even need to be on
the same computer if you have network connectivity.