Re: access from java does not work in an applet!

Поиск
Список
Период
Сортировка
От George Koras
Тема Re: access from java does not work in an applet!
Дата
Msg-id 009501c0ddd9$04021160$1a49e98f@cres.gr
обсуждение исходный текст
Ответ на RE: access from java does not work in an applet!  ("B.N.V. Raman" <raman@myself.com>)
Ответы RE: access from java does not work in an applet!
Список pgsql-jdbc
Hi Raman,

What driver are you using? Where is it stored (do the users download it
along with the applet or do you require them to install it locally)? And
what is the exact message of the exception you get?

You might find the following links helpful:

http://jdbc.postgresql.org/docs/applet.html
http://jdbc.postgresql.org/docs/
http://java.sun.com/sfaq/

Cheers.

----- Original Message -----
From: B.N.V. Raman <raman@myself.com>
To: Joe Shevland <J.Shevland@eclipsegroup.com.au>; Pgsql-Jdbc@Postgresql.
Org <pgsql-jdbc@postgresql.org>
Sent: Tuesday, May 15, 2001 8:34 PM
Subject: RE: access from java does not work in an applet!


> Thank you both, Joe & Antonio...
>
> Yes, my webserver and database server are on the same machine. That is why
i
> can't understand the error.
> -- snip --

> > -----Original Message-----
> > From: Joe Shevland [mailto:J.Shevland@eclipsegroup.com.au]
> > Sent: 15 May 2001 07:20
> > To: 'B.N.V. Raman'; Pgsql-Jdbc@Postgresql. Org
> > Subject: RE: [JDBC] access from java does not work in an applet!
> >
> >
> > Applets sit in security 'sandbox'... you can only make connections back
to
> > the applet's originating server from the applet, so if your Postgres
> > database is on the web server it'll be OK (barring firewalls etc.) but
if
> > its on another server the applet context will complain.
> >
> > -- snip --
> >
> > > -----Original Message-----
> > > From: B.N.V. Raman [mailto:raman@myself.com]
> > > Sent: Tuesday, 15 May 2001 10:19 PM
> > > To: Pgsql-Jdbc@Postgresql. Org
> > > Subject: [JDBC] access from java does not work in an applet!
> > >
> > >
> > > Hello,
> > >
> > > Using JDBC, I was making a web access program for my postgres
> > > database.
> > > While the same code works in a Java program, when i convert
> > > it into a Java
> > > applet, i get a netscape security exception. What do i do?
> > >



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PATCH to org/postgresql/jdbc2/DatabaseMetaData.java
Следующее
От: Philip Crotwell
Дата:
Сообщение: RE: finalize in LargeObject