Hey, all- I have a test app that I'm writing, using Restlet JEE 2.0.1 in a Servlet in Tomcat. One of my pages contains an applet (JumpLoader to be specific, although that's not relevant to my question). I have been trying a few different ideas to make the Applet's .jar file available to the client browser, but I'm having a little trouble. This results in the browser reporting that it's unable to load the Applet's Java class.
My best guess is that I need either to serve the Applet's .jar file from one of the routes on my server, or else I need to change my web.xml so that the .jar file can be served directly by Tomcat, but I couldn't get the first idea to work, and I'm not sure how to accomplish the second. Does anyone have a recommendation on the right approach to take? Thanks! --------------------------------------------------------------- John Wismar ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2675837

