Title: Same WSDL different environment - help please
Hi:
I am deploying Axis
based web services in Tomcat (4.0.6). My web app .jar files need to be
dynamically updated...
However, since some of
the helper .jar files use Native (JNI) dlls, I am unable to do this...I get the
- Original Message -
From: "Alex Dovlecel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 02, 2002 12:53
Subject: Re: Axis classloader
> Don't understand.
> The servlet container is Tomcat 4.1.12. I have the axis deployed in
> /we
Don't understand.
The servlet container is Tomcat 4.1.12. I have the axis deployed in
/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
- 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
> Serv
Hello all,
Does Axis implements its own classloader, or uses the classloader from the
Servlet Container (for example, tomcat)?
BEcause of the weird problem that I have loading some files from the jar.
Problem description: I have an config.xml file placed in the root of the jar.
The jar conta