Hi,
As per the docs, the recommended way of packaging a DSM application is to have all the jar files in the WEB-INF/lib of vgn-ext-templating.war as well as custom-cda.war .
Question is , will this mean that we'll have 2 instances of the DSM cache (1 in each webapp) ? Is it better to have the jars in the .ear and reference the jars in the manifest of each of the webapp? This way the cache will be loaded by the application classloader and we'll have only 1 instance.
thanks,
Chinmay