Jan,
thanks a lot for your help. This is exactly what I was looking for.
Jürgen
Jan Luehe schrieb:
> Sahoo recently answered a similar question, see
> http://forums.java.net/jive/thread.jspa?messageID=378066:
>
> <quote>
> If you have some resources which are not part of any jar, then directly
> placing the resources in domain1/lib would not help. domain1/lib/ is not
> part of any classpath; jars in domain1/lib are. You should place
> resources and .class files in domain1/lib/classes/, which is part of
> classpath.
> </quote>
>
> Hope this helps.
>
> Jan