Use alias instead of the real server name
![]()
Shimon Nir (24●9●15)
| asked Jan 18 '13, 7:00 a.m.
retagged Jan 18 '13, 9:27 a.m. by Max Bridges (241●2●6)
I wish to use alias instead of the real server name so that in the case the name changes, all we need to do is to change the Alias file to accommodate the new real name. Is it possible ? Thanks
|
Accepted answer
![]() This is not only possible. This is an absolutly recommended practice. More or less a MUST. define a CName in DNS which is populated to the whole company.
Use this new alias as your stable URI. Order a official WEB certificate for usage on the Webserver SSL port. Use a reverse proxy bteween your Webfrontendserver and your application server to redirect the HTTPS standard port (443) to the application port (e.g. 9443) Between the IHS plugin and the WAS you can use the selfsigned certificate. There you don't need an official one. You can extend the lifetime of the selfsigned certuificate up to 15 years, on this internal link. But it has to be https, also on a single host.
Do exactly the same for your DB server. also if the DB server is on the same machine as the applicaation server.
Do all DB calls with help of this Alias.
Shimon Nir selected this answer as the correct answer
|
2 other answers
![]()
Hi Shimon,
from a general perspective, note that the process to decide when or when not to use Jazz server rename is discussed in this article : https://jazz.net/library/article/1081 Regards, Stéphane |
|