[EMAIL PROTECTED] wrote:
>
> On Fri, 12 Mar 1999, Ferenczi Gyorgy Laszlo wrote:
>
> > I gotta problem:
> >
> > Wrote a nice cute java Applet that connects to a POSTGRES database, works
> > fine with appletviewer.
> >
> > But!!!!!!
> >
> > If I wanna try to run in thru the web, it fails to connect!!!!
>
> Postgres must be running on the same computer as the web server that
> delivered the applet.
>
Right.. You either need to install Postgres on the same machine as the
server or add a proxy on the webserver that listens on the same port as
the Postgres server and have it route all the requests to the Postgres
server..
Hopefully you won't have to write this proxy yourself.. ;)
Justin.
--
Justin F Knotzke
[EMAIL PROTECTED]
www.shampoo.ca
pgp public key: finger -l [EMAIL PROTECTED] | pgp
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]