Hi All,
I want to deploy the dfs custom services on tomcat application server . in deployment guide I have seen 2 steps who are require to deploy the service on the tomcat server
1. Deploy the war file
2. Make changes for context path in server.xml file.
I have completed both steps properly but services are not up and running I start debugging this issue and find the problem is related to server.xml file .This file takes only one context path at a time so when we enter the context path for cutom service the OOTB dfs services not up and running. So the problem is at one time there is only one service is running .
I am surely missing something in configuration but i am not able to find what it is in deployment guide or in other documentation .
Any one have idea regarding this issue ?