Title: Message
I'm currently developing a service for deployment in Tomcat.
 
It seems that when Axis is trying to find my service it cannot eventhough it's in the same webapp as my axis-servlet (I've embedded it in an already existing web application and I'm loading it through the deployment descriptor in that web app).
 
I searched the code and found that Axis tries to locate the class through the "Thread.currentThread().getClassLoader()" classloader.
 
This classloader is the basic classloader provided by the JVM, thus bypassing the Tomcat-classloaders (where my class is located).
 
I run Tomcat 4.0.2 and JDK 1.4.
 
Does anybody have an idea on what I'm doing wrong?
 
Thanks,
/Jesper

Reply via email to