|
Still does not work. I am puzzled. The thing is
(and you can see it on the stacktrace) that the ServletTestRedirector is
deployed and working and the ServletTestCaller is found. The ServletTestCase
is in the same jar file but is not found!?!?!?!
Here is more information on the
classpaths
the weblogic class path is
java.class.path =
/usr/local/weblogic/jdk130/jre/lib/rt.jar:/home/esciara/wlserver6.0:/usr/local/weblogic/wlserver6.0/lib/weblogic_sp.jar:/usr/local/weblogic/wlserver6.0/lib/weblogic.jar:/home/esciara/myproj/jsp/WEB-INF/lib/log4j.jar:/home/esciara/myproj/jsp/WEB-INF/lib/myproj_common.jar:/home/esciara/myproj/jsp/WEB-INF/lib/JRViewer.zip
in /home/esciara/myproj/jsp/WEB-INF/lib/ are the
commons-cactus.jar, junit.jar and log4j.jar
Cactus sample classes are in
/home/esciara/myproj/jsp/WEB-INF/classes
Anything ideas?
I tried adding commons-cactus.jar,
junit.jar to the weblogic classpath, but then it is the sample
org.apache.commons.cactus.sample.TestSampleServlet that is not
found.
Emmanuel
|
- Classloader problems on Weblogic 6.02 Emmanuel Sciara
- Re: Classloader problems on Weblogic 6.02 Vincent Massol
- Re: Classloader problems on Weblogic 6.02 Emmanuel Sciara
- Re: Classloader problems on Weblogic 6.02 Vincent Massol
- Re: Classloader problems on Weblogic 6.02 Emmanuel Sciara
- Re: Classloader problems on Weblogic 6.02 Vincent Massol
