Can anyone set me straight on the following
matter?
I want to enable various webapps deployed under a
single servlet container to be axis server capable. However, deploying all of
the following axis jars within each webapp seems wasteful and hopefully
unnecessary.
-rw-rw-r-- 1 - - 376355 Oct 7
14:53 axis-ant.jar
-rw-rw-r-- 1 - - 1101593 Oct 7 14:53 axis.jar -rw-rw-r-- 1 - - 62512 Oct 7 14:53 commons-discovery.jar -rw-rw-r-- 1 - - 26388 Oct 7 14:53 commons-logging.jar -rw-rw-r-- 1 - - 35635 Oct 7 14:53 jaxrpc.jar -rw-rw-r-- 1 - - 378778 Oct 7 14:53 log4j-1.2.4.jar -rw-rw-r-- 1 - - 18463 Oct 7 14:53 saaj.jar -rw-rw-r-- 1 - - 109356 Oct 7 14:53 wsdl4j.jar My question: Which jars can safely be placed in
the servlet container's public jar library directory and which must be
present in each webapp instance (instance/WEB-INF/lib) so that the instance's
server-config.wsdd and other files which axis expects to find locally in the
instance can be accessed?
Thanks,
-Matthew
|