----- Original Message -----
From: "Alex Dovlecel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 02, 2002 06:58
Subject: Axis classloader


> 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?

Reply via email to