R>> http://hostname/zone/servlets/Myjar1.jar
R>> http://hostname/zone/servlets/Myjar2.jar
R>>
R>
R>These URLs are looking for servlets named "Myjar1.jar" and "Myjar2.jar",
R>which obviously don't exist. I would suggest that you put the two JAR files
R>in some specific directory on the web server itself (i.e. a URI that does
R>*not * start with /zone), and use the CODEBASE attribute on the APPLET tag
R>to tell the browser where to load them from. There's no reason to involve
R>the servlets in actually downloading the JAR files.
Thanks for the suggestion.
Using an absolute CODEBASE, e.g., CODEBASE=/mydir,
makes all the difference.
--Gary
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]