POST QUESTIONS ON THE FORUM! COMMENTS HERE SHOULD ADD VALUE TO THE
PAGE!On 05 Dec 2005 17:27, l.masini wrote:
>No problems with WebLogic, the only issue is that WLS has a configurable
>Classloader behaviour and, by default, is not the one used by Tomcat
>(with WEB-INF/lib before System Classpath).
>Infact it's enough to use the <prefer-web-inf-lib> tag in 8.1 (or the
>appropriate flag in 6.1) and all will works great !!!!
>Hope this can help.
>L.
I believe that the Weblogic tag is <prefer-web-inf-classes>. It is
specified in the weblogic.xml descriptor file. |