Gabor Bartha wrote:
> Hi All,
>
> I have a java applet in a jar file and there are several class files
> beside the jar, which files (modules) can be loaded by the applet with
> the Class.forName() and newInstance() methods. My applet works well as
> far as it has to load a module, at that time ClassNotFoundException
> occures.
>
> I put the following pipeline into my sitemap.xmap, but it is not working.
> <map:match pattern="*.class">
If your classes are within some package (not in default package), you
will have to match on "**.class":
<map:match pattern="**.class">
Vadim
> <map:read src="{1}.class" mime-type="application/java-class"/>
> </map:match>
>
> Can anybody help me?
>
> Gabor
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>