Re: Signed Applet and Cocoon

2006-11-16 Thread Andrea König
regards, Jeroen Reijn -Original Message- From: Andrea König [mailto:[EMAIL PROTECTED] Posted At: Tuesday, November 14, 2006 11:48 AM Posted To: Cocoon User List Conversation: Signed Applet and Cocoon Subject: Re: Signed Applet and Cocoon Hi Jeroen, many thanks for your reply. I copied

Signed Applet and Cocoon

2006-11-14 Thread Andrea König
Hi all, I have to integrate an applet into my web application. The webapplication code is implemented with cocoon 2.1.9. The applet has to be signed. If I copy my package tree into my application directory I can start my applet. For signing the applet I have to pack my classes into a jar

RE: Signed Applet and Cocoon

2006-11-14 Thread Jeroen Reijn
-Original Message- From: Andrea König [mailto:[EMAIL PROTECTED] Posted At: Tuesday, November 14, 2006 9:38 AM Posted To: Cocoon User List Conversation: Signed Applet and Cocoon Subject: Signed Applet and Cocoon Hi all, I have to integrate an applet into my web application. The webapplication

Re: Signed Applet and Cocoon

2006-11-14 Thread Andrea König
isn't recognized by the classloader. Maybe try to create the jar again? Kind regards, Jeroen Reijn -Original Message- From: Andrea König [mailto:[EMAIL PROTECTED] Posted At: Tuesday, November 14, 2006 9:38 AM Posted To: Cocoon User List Conversation: Signed Applet and Cocoon Subject

RE: Signed Applet and Cocoon

2006-11-14 Thread Jeroen Reijn
and Cocoon Subject: Re: Signed Applet and Cocoon Hi Jeroen, many thanks for your reply. I copied all libraries needed into the document root of my webserver and tried to start the applet without cocoon. It run perfectly. I guess the problem could be the sitemap. But how must the pipeline

Re: Signed Applet and Cocoon

2006-11-14 Thread Andreas Kuehne
/static/{2}.jar/ /map:match assuming that all required jar's are in resources/static ... Anyway, I'm sure that it works. We got the site http://sig-check.de ( - Pruefung ) doing what you are aiming for, a signed applet served by cocoon. Good luckj Andreas