David; first off, thanks loads for your hints; much appreciated. :)
Am Tue, 09 Oct 2007 05:54:16 -0400 schrieb David Smith <[EMAIL PROTECTED]>: > Let's say the servlet serving up your applet and resources is mapped > to /appletRes in your webapp. The jsp could then access > ${request.contextPath}/appletRes/resources/applet.class or what > ever. The client browser would then request the applet/resources > separately and the companion servlet would find > resources/applet.class in your jar file. Thought about something like that already, as well. However I am unsure whether it would work out, given that, in our case and looking at what the applet does, we need to have it digitally signed and packed to a .jar because of that. Won't using a servlet to provide these resources from within the .jar file make this sort of providing a signed applet impossible? Cheers & best regards, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 "One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality." (Hundertwasser) --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]