we are developing two web application Application A : Restful web-services running on glassfish Server . Application B : Dynamics web application running on Tomcat Server .
I am accessing Application A only by my Application B , I dont want any other application to access my Application A . For this I have planed to install a Client-server certificate in the respective server , so that my Application A will only be access by my Application B , I want to block other Application to access my Application A. Can you please tell me how to install client - server certificate in the respective server ????
If anyone have better alternative to obtain this then please explain me .
Please explain with Example if possible .
Thank You