I followed the steps listed in the hybris wiki. i have deployed the datahub-webapp war file in tomcat webapp and add jars from hybris lib as well. placed the local.properties file in tomcat class folder. (BTW, where to put this file at? Currently, i put t in the tomcat lib folder)
After starting the datahub server and accessing the following link http://localhost:8080/datahub-webapp/v1/version or http://localhost:8080/datahub-webapp/v1/status , i am getting a 404 error, resource not found. I check the logs and it doesnt show me any error.
Any suggestion on how can I proceed?