Re: Logging onto a RMI server through netscape
Posted By:
Dave_Bucci
Posted On:
Tuesday, December 11, 2001 10:01 AM
Ivan, this is basic applet security, that by default an applet can only establish a network connection back to the host from which the class loader downloaded the applet. If the applet .class or .jar file is on the same server (musr.triumf.ca) you should not be having a problem.
Assuming that's not the case, your options are to either sign the applet and give it security rights to establish network connections, or have users adjust their Java policy file to permit the access. For instructions on either, do a search in this faq.