Don't understand. The servlet container is Tomcat 4.1.12. I have the axis deployed in <tomcat>/webapps/axis.
I deploy the service as a jar: myserv.jar . and place it in the axis/WEB-INF/lib. The web service works OK. Axis can load the classes and service from my jar file. But the files from the jar cannot get hold of the config.xml. So tomcat is able to serve the classes to axis, but it seems not to see the resources??? I don't know what to do anymore!!!!!! Have any clue ? dovle > > > Hello all, > > > > Does Axis implements its own classloader, or uses the classloader from > > the Servlet Container (for example, tomcat)? > > the container's > > > Problem description: I have an config.xml file placed in the root of the > > jar. > > > The jar contains the service (Deploy the service by copying the jar in > > axis\WEB-INF\lib and execute the AdminClient). When the service main > > class > > is > > > loaded I want to read the config.xml file. But the getResourceAsStream( ) > > returns NULL !!! (resource not found). > > does your container auto-add new JARs to the classpath?
