NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
this bounced (must be my day...) -------- Original Message -------- Subject: Re: Error with using Adde server in a Java Applet Date: Thu, 02 Jan 2003 14:37:00 -0600 From: Tom Whittaker <tomw@xxxxxxxxxxxxx> To: y.yi@xxxxxxxxxxxxx Hi Helen: Due to Java security, applets may only open connections to URLs that are on the server from which the applet was loaded. In this case, therefore, you would have to either load the applet's class files or the HTML that starts the applet from the server. If you create a signed applet, you can also overcome this. And yet another possibility is to have the applet talk to a VisAD application on your server, and have the application do the actual loading of the image...or whatever data you're going after. tom Helen Yi wrote:
Hi, I am trying to use Java Applet from the web browser to query the remote image objects from the remote ADDE server. But I got the following error message: Error openning connection: java.net.MalformedURLException: unknown protocol: adde I have added a static block to load protocol for ADDE URL at the beginning of my Applet code. Thanks for your help. Helen
-- Tom Whittaker (tomw@xxxxxxxxxxxxx) University of Wisconsin-Madison Space Science and Engineering Center Cooperative Institute for Meteorological Satellite Studies Phone/VoiceMail: 608.262.2759 -- Tom Whittaker (tomw@xxxxxxxxxxxxx) University of Wisconsin-Madison Space Science and Engineering Center Cooperative Institute for Meteorological Satellite Studies Phone/VoiceMail: 608.262.2759
visad
archives: