I had trying to migrate my project from WebSphere 8.0.0.12 to Liberty server. I tried to achieve this migration by resolving issues which mentioned in the analysis report generated by IBM migration Tool. One of these issues is Third-party APIs are unavailable on Liberty. My question is that these libraries are already existed into lib folder of my project, so how to add those jar files to be available in liberty. It should be added in server.xml or in applicationconfig.xml. I'm really confused.
Thank you,