In CommonScreens.xml I have the following line:
<set field="layoutSettings.styleSheets[+0]" value="${productStore.styleSheet}"
default-value="/hgl/images/ecommain.css" global="true"/> I have a custom component in hot-deploy called "hgl" When I mount the webapp in ofbiz-component.xml as "/hgl" everything works fine. However, when I change it to mount as the URL root I no longer have a webapp mounted as "hgl" and the style sheet isn't found.
