>1) If my servlet class is placed ONLY in test.war, then the classloader
>for the servlet is : AdaptiveClassLoader (normal case, I assume);
>2) If I place my servlet ALSO in test.jar (let's say by mistake), then
>the classloader for the servlet is : java.net.URLClassLoader@4df764
>3) If I place my servlet ONLY in test.jar, then the classloader for the
>servlet is (again) : java.net.URLClassLoader@4df764
>
>Question is : why servlet is taken from .jar and not from .war archive
>for case #2 ? Why servlet is found in case #3 after all ?


Source please.


r.b.





_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to