Hi Andrea

 <map:match pattern="**.class">
<map:read mime-type="application/java-archive" src="login/login.jar"/>
 </map:match>
Serving a jar while matching a class doesn't make sense !

For me this sitemap snippet does the job very well :

    <map:match pattern="**/*.jar">
      <map:read src="resources/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


___________________________________________________
Andreas Kühne
phone: +49 177 293 24 97
mailto: [EMAIL PROTECTED]

Trustable
Kirchröder Str. 70e
30625 Hannover
Germany
www.trustable.de

Kostenlose Verifikation qualifizierter elektronischer Signaturen:
www.sig-check.de





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to