[closed] Redirect to full url with DNS change
I am asked to put in a change to the DNS and have http://jazz redirect users to our full URL for the jts server login.
Are there any concerns with doing this?
The question has been closed for the following reason: "The question is answered, right answer was accepted" by rschoon Jul 03 '23, 2:21 a.m.
Accepted answer
Comments
1 vote
5 other answers
There are likely other considerations to map requests to appropriate "/ccm" or "/rrc" folders but I believe that a basic DNS redirect (301 or similar) is what is proposed by Melanie and I believe that it should work fine.
e.g.
- User types "jazz" into the address bar
- Browser/OS looks up "jazz" in corporate DNS and get a redirect to "original_jts_hostname.yourdomain.com"
Full disclosure: I'm not the guy who actually configures this stuff, I just wave my hands around and smart people do the real work.
Hi Melanie,
If your CLM applications are already in use or the CLM Setup process has already completed then what Benjamin has said is absolutely true.
Considering this is a new deployment or just a plan, you can create a DNS alias to mask the underlying infrustructure and make the deployment server agnostic which will be of great use if you have to move the application server to a different machine in the future.
Hi David,
As per your comment on dated Apr 04 '14, 1:06 p.m. it is possible URL redirect using DNS.
I need help from your end. how to redirect URL to original URL using DNS.
e.g. CLM application URL- https://xyz:9443/ccm/web and i will provide URL- https://clm.ibm.com/ccm/web to user.
another e.g.
- User types "jazz" into the address bar
- Browser/OS looks up "jazz" in corporate DNS and get a redirect to "original_jts_hostname.yourdomain.com" Please provide some steps how we can redirect URL through DNS.
Thanks
Vijay Panari
I'm not sure if the query is truly about server renaming, as suggested in the answers above. There are probably more factors to take into account when mapping requests to the proper "/ccm" or "/rrc" directories, but Melanie's suggestion of a straightforward DNS redirect (301 or something like) seems like it should work just well.
Comments
I have not heard anyone mention the possibility of setting up an IBM Reverse Proxy (IHS) server. This will be more work but better for future planning. Using IHS you can point the DNS to IHS and have IHS perform the redirect to the fully qualified hosts/contexts.