Trying to change the web.xml (/opt/Interwoven/LiveSiteDisplayServices/runtime/web/WEB-INF/web.xml) displayname and I want to have it read a bean/property from LOCAL-INF
Background: LSDS732, we have a number (20+) sites with different docroots but share assets & WEB-INF, so when we look through our management tool, we see a bunch of apps named LiveSite Runtime, but I would like to get some unique indentifer.
I thought I could create a bean in LOCAL-INF/customizations.xml, which I include in web.xml. That works and other beans show up, but how can I change this to read a bean value:
<web-app id="livesite-runtime">
<display-name>LiveSite Runtime</display-name>