Hi Deepak,
It is recommended to use the full qualified host name while doing the JTS setup. Let it be QM, CCM or any other CLM application.
couple of points to cross check,
1) Map the IP address of both the machines with the fully qualified hostnames on both the machines. It is just like handshaking.
2) Ping the IP address and confirm that it matches the fully qualified hostname.
3) Ping the machines from each side.
4) See if you have any pop up blockers blocking the registration .
All these are important factors since the error thrown in 500 connection timeout, which generally means S1 is unable to contact S2 for some reason.
Hope this helps,
Krupa
Comments
If you check the content of https://adserver:9443/qm/scr, do the URLs in there have the same host as request?
yes all the URLs inside the file has below format.
<oslc:publisher rdf:resource="%server-URL%/application-about"/>
<jd:rootServices rdf:resource="%server-URL%/rootservices"/>
QM is on Server2 so the host that we are requesting from S1 to S2 should be host name os S2 ?