Details
Description
In a multi server multi tenant setup we have defined a shared data location for storage of images etc.
We have set this location in table SystemProperty as an override to the default location in catalog properties
Our definition is:
<SystemProperty createdStamp="2014-01-03 11:30:01.892" createdTxStamp="2014-01-03 11:30:01.892" description="Default path of product images" lastUpdatedStamp="2014-01-03 11:30:01.892" lastUpdatedTxStamp="2014-01-03 11:30:01.892" systemPropertyId="image.server.path" systemPropertyValue="/test-data/tenant1/images/products" systemResourceId="catalog"/>
However, this setting is not used when uploading an additional image in catalog of the tenant. In stead the default location (as in catalog.properties) is used.
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-5458 getSystemPropertyValue is never called/used
- Closed
- relates to
-
OFBIZ-6088 There should not need to setup SystemProperty data on each tenant for specifying path to store tenant images.
- Closed