Hello ) 

I'm trying to put the java-applet into cocoon's sitemap and have problems
with .class and .jar files.
The applet have many class-files in different locations, but all of them is
in one direcrory. 

So, I put it all in catalog in cocoon and in the sitemap using this syntax:

                <map:match pattern="**.class">
                        <map:read src="{1}.class"/>
                </map:match>
                        
                <map:match pattern="*.jar">
                        <map:read src="{1}.jar" 
mime-type="application/java-archive"/>
                </map:match>

The problem is my applet doesn't see any class-files... and I don't know how
to make it see them... 

Please help ! ) 
-- 
View this message in context: 
http://old.nabble.com/Using-applet-in-cocoon-2.1-tp29027810p29027810.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to