Thanks for the reply. That will save me a lot of time. I am running axis within Tomcat. Should I have to modify the the tomcat startup script for this or can I just put it in shared libs under tomcat.
I would also like to control the order in which the jar files are picked up if I install any patches. What I mean by a patch is that in our application if we find a defect after a release we add a patch ( a jar containing just the changed classes). In this case I want this jar containing the patch to be in the list before the other classes. Is this possible? Thanks Deepal Jayasinghe wrote: > > hi sgopal , >> Hi, >> I have deployed a web service that uses an external jar file by adding >> the >> jar file in the lib directory inside my AAR file. >> >> What I am trying to do is to remove the jar files and give an absolute >> path >> in the >> Class-path entry of the manifest.mf file. >> > Axis2 does not support for adding class path entry in manifest.mf , but > if you put the resources in the class path then they will be > automatically picked up. > > Thanks > Deepal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Class-loading-using-external-jar-in-Axis-2-tf4483280.html#a12795484 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
