Jars Specific to One Webservice?
Hi All,
Is there a way to deploy .jar files as a part of a web service archive rather than throwing them all in teh global wsas lib directory?
tia
beren
- Login or register to post comments
- Printer friendly version
- 192 reads











Simply add a top level lib directory to your .aar file
Hi Beren,
Simply add a top level lib directory to your .aar file and drop your service specific jars in there. You can have a look at a service located at http://dist.wso2.org/maven2/org/wso2/mashup/wso2mashup-coreservices-scraperservice/SNAPSHOT/wso2mashup-coreservices-scraperservice-20080505.171458-191.jar as an example.
Thanks,
Keith.
I hope following articles
I hope following articles will help you
http://www-128.ibm.com/developerworks/library/ws-axis2soap/index.html
http://www.developer.com/open/article.php/10930_3557741_2
Thank you!
Deepal