Hi,
An applet, trusted or not, can not read directly any file from the server.
It can only make some network requests to network servers (like requesting
HTTP GETs to an HTTP server.)
Cezar.
On Mon, 12 Jul 1999, NitinS wrote:
> Hi Andy,
> If I use trusted applet to read file from local directory of server and
> servlet will write into this file everytime username and password are
> written into this file?? Will this create any problem??
>
> Thanks for your previous reply.
>
> regards,
> Nitin
>
> -----Original Message-----
> From: Andy Bailey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 12, 1999 9:27 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Servlet Applet Communication
>
>
>
> Hi,
> I am trying to use login screen as servlet and I want to pass username to my
> applets , how can I pass this parameter from servlet to applet. I know we
> can pass parameter from applet to servlet but is it reverse possible??
>
> regards,
> Nitin
>
>
>
> Hi Nitin,
>
>
>
> you would need to have an active connection, established to from the applet
> to a servlet and then use that servlet to send the username etc to the
> applet. You cannot
>
> open a connection from a servlet to an applet except where security limits
> have been relaxed with certificates and signed servlets/applets
>
> Hope that helps.
>
>
>
> Andy Bailey
>
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html