Hi,
I am using WEM 8.1 and Primefaces(JSF) for designing pages for my application.
The issue is:
On deploying application on the management stage, where CMA and CDS are both on the same server, all the content as well as images are being displayed on the pages.
But when I deploy application on the Delivery stage (CDS on different server), the text related content is published, but the images are not getting dispayed. What can be the reason for it? No error is displayed in the log.
I have followed all the steps from "OpenText Web Experience Management 8.1 Content Delivery SDK Development Guide".
Just one step has been missed i.e, Placing vgn-appsvcs-cda.tld in the web application. According to the doc, there should be a vgn-appsvcs-cda.tld file in a vgn-appsvcs-cda.war located at installDir/Content/8_1/lib/sdk. But the vgn-appsvcs-cda.war file is not present at the specified location. I tried finding the tld file in other jars and wars but didn't find it. Where can I get the vgn-appsvcs-cda.tld file ?
Is there any other option for displaying the images? Or am I missing any other part?
Thanks in Advance!!!