Is that allowed or possible to have 2 machines set with the same hostname.
Hi.
When we configuring JTS server, we are asked to provide "Fully Qualified Hostname" as the public URI root.
I was wondering whether it's possible to name two machines with the same hostname in the same intranet?
Would it cause any potential problems when running JTS from the two machines at the same time?
Whether any network configuration could achieve above?
Your insight thoughts would be highly appreciated.
Thanks and Regards
When we configuring JTS server, we are asked to provide "Fully Qualified Hostname" as the public URI root.
I was wondering whether it's possible to name two machines with the same hostname in the same intranet?
Would it cause any potential problems when running JTS from the two machines at the same time?
Whether any network configuration could achieve above?
Your insight thoughts would be highly appreciated.
Thanks and Regards
Accepted answer
Jin,
you can't have that. However, you can use a "Reverse Proxy". See https://jazz.net/wiki/bin/view/Deployment/InstallProxyServers
The proxy server is reachable under the common public URI and forwards the calls to the other machines based on the URL. E.g. forwards the call to the CCM application using the /ccm bit of the URL. The applications can have all the same public URI root without knowing they are on different hosts.
you can't have that. However, you can use a "Reverse Proxy". See https://jazz.net/wiki/bin/view/Deployment/InstallProxyServers
The proxy server is reachable under the common public URI and forwards the calls to the other machines based on the URL. E.g. forwards the call to the CCM application using the /ccm bit of the URL. The applications can have all the same public URI root without knowing they are on different hosts.
Comments
1 vote
showing 5 of 6
show 1 more comments