Re: Organizing WEB-INF/lib

2007-04-26 Thread JavierL
Rashmi Rubdi-2 wrote: Javier, I don't know much about Webservices and Axis in particular, but at one time I did download the Axis distribution. In the lib folder of the Axis distribution there are a few JAR files axis.jar, wsdl4j-1.5.1.jar etc. Normally, when I write multiple

Re: Organizing WEB-INF/lib

2007-04-26 Thread JavierL
Pid-2 wrote: Actually, I disagree. I have deployed the Axis and support jars in a shared classloader (shared/lib for TC5.5) and then deployed a .war for each webapp. In your case you could do: /app1/axis/services/ /app2/axis/services/ You're both correct. There's no

Organizing WEB-INF/lib

2007-04-25 Thread JavierL
Hi I've a an Axis war where a lot of people publish applications and then, lib directory is caotic with a lot of jar files. Each time somebody delete your webservice application, he/she can't delete related jar files because ignores if somebody else is using it. I want to arrange and organize

Re: Organizing WEB-INF/lib

2007-04-25 Thread JavierL
Rashmi Rubdi-2 wrote: From my experience, adding Jars for different apps in the same lib folder will cause conflicts and duplicates, especially if one person is using a JAR for one version and another is using a different version. However, you can have different projects with each