Re: Security in Applet ??

Charlie Lai (Charlie.Lai@Eng)
Tue, 10 Feb 1998 15:19:38 -0800 (PST)

From: Charlie.Lai@Eng (Charlie Lai)
Message-Id: <199802102319.PAA24569@angeles.eng.sun.com>
Subject: Re: Security in Applet ??
To: PAGRAWAL@Inf.COM (PAGRAWAL)
Date: Tue, 10 Feb 1998 15:19:38 -0800 (PST)
In-Reply-To: <00044C98.3391@smtp_gw.inf.com> from "PAGRAWAL" at Jan 29, 98 03:59:52 pm

hi,

> My question starts now ?? I have an applet which makes a connection to
> the ENTARK server and get some relevent information about the server
> on the client browser. Due to security reasons my applet as well as
> the "web server" should be residing on the same machine where I have
> my ENTARK server. Is there a way out, so that I can have the web
> server and applet residing on a different machine and can still able
> to connect to my ENTARK server using an applet.

if you sign the applet, it will be able to reside on a different machine
and still connect to your ENTARK server. for more information on code
signing:

http://java.sun.com/security/signExample

hope this helps!

thanks,
charlie