Hello All,We are trying to add some custom JARS to content-center.When we rebuild cc using make_toolkit.ipl our jars are copied toiw-home/httpd/webapps/content_center/WEB-INF/libbut we get class not found exceptions.Deploying the same application on a local Tomcat instance works fine.has anyone had any similar experiences or found a resolution to this?Many Thanks.
I beleive you need to place the JARs in customer_src/lib folder and rebuild the UI.Please have a check on the same.
When we rebuild cc using make_toolkit.ipl our jars are copied toiw-home/httpd/webapps/content_center/WEB-INF/lib
The issue seems to be specific to cssdksoap.jarI have added our own jars and they work fine.cssdksoap.jar deploys correctly when make_toolkit.ipl is called, but I am still getting these class not found exceptions for the CSSoapFactory.....Any ideas?