Step 2 — Hybris 6.7 data source configuration for docker containers

Hybris comes with a base server.xml.tmpl file used to build a docker image and customizing them.

To enable data source with Hybris docker image it is necessary to create new server.xml.tmpl file and point it to property serverXmlTemplate in recipe file.

You can use server.xml.tmpl file on directory /hybris_base_dir/bin/platform/bootstrap/resources/containerization/platformimage/

Just add these two new tags in order to enable data source connection:

New Tags in server.xml.tmpl file

References

https://help.hybris.com/

https://jira.hybris.com/browse/ECP-3110

--

--