Hi Dan,
Thank you for your kind help.
But my question was basically about whete to put third party .jar files inorder to use then in your java services.
I got solution for it, and the conclusion is as follows:
-
To use a third party class in any package you have to give the .jar file inside server/packages/your package/code/jars. In this case those classes will be available only for the services of that specific package but the advantage of doing like this is that the .jar file will be hotdeployed.
-
If you want to make a .jar file available for all the packages you have to give it inside server/lib/jars folder. But the .jar files present in this folder will not be hotdeployed.
-
. class files can be given directly under server/packages/your package/code/classes folder. This class file will be available only for that particular package.
Thanks,
Bindu.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB