Gary Rafe wrote:
> http://hostname/zone/servlets/Myjar1.jar
> http://hostname/zone/servlets/Myjar2.jar
>
These URLs are looking for servlets named "Myjar1.jar" and "Myjar2.jar",
which obviously don't exist. I would suggest that you put the two JAR files
in some specific directory on the web server itself (i.e. a URI that does
*not * start with /zone), and use the CODEBASE attribute on the APPLET tag
to tell the browser where to load them from. There's no reason to involve
the servlets in actually downloading the JAR files.
Craig McClanahan
--
--------------------------------------------------------------
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]