cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Hub support for Tomcat 8

Former Member
0 Likes
327

Starting from Tomcat version 7.0.89 the following change was implemented:

Ensure that JNDI names used for entries in web.xml and for lookup elements of @Resource annotations specify a name with an explicit java: namespace.

Ref: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

This change prevents the Data Hub from starting due to this definition in web.xml

 <resource-ref>
   <description>Primary database</description>
   <res-ref-name>datahub</res-ref-name>
   <lookup-name>datahub</lookup-name>
 </resource-ref>

Make sure to use an older version of Tomcat until this is fixed.

Accepted Solutions (0)

Answers (1)

Answers (1)

Slava
Product and Topic Expert
Product and Topic Expert
0 Likes

Here is a document describing how to set up DataHub with Tomcat 8: https://help.hybris.com/6.7.0/hcd/478f702a00104636b16d2614d1db30ac.html

Hope it helps