Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello
Would you have to change this name of the Windchill server? or do I need to change the server again? for the little that he took the name of the server I put.
Solved! Go to Solution.
Edit:
You don't need to rehost or use a reverse proxy if you want to access the Windchill server from a different domain name / URL. In that case you just have to change the wt.server.codebase property.
You will need to go through a rehost process if you need to change the actual physical server name for some reason.
Hi @MS_Santos
You need to follow rehosting process.
Here is a article for Rehosting utility how to change server name - you should follow the rename scenario
Here is a knowledge hub with others articles describe the rehosting
PetrH
@HelesicPetr , great post. Some addition things I've picked up along the way:
Hello
But how do I change this now? before I was using outside domain, And setting HOSTS file for machines to access this, has easier way to change this name or better change server name?
I also recommend @avillanueva's suggestion of a proxy in front with a friendly name. The article referenced shows how to set up Windchill behind a proxy. The property you are looking for is wt.server.codebase
xconfmanager -s wt.server.codebase="$(wt.webserver.protocol)://<<YOUR FRIENDLY HOST>>:$(wt.webserver.port)/$(wt.webapp.name)" -t codebase/wt.properties -p
https://www.ptc.com/en/support/article/CS68466?source=search
Edit:
You don't need to rehost or use a reverse proxy if you want to access the Windchill server from a different domain name / URL. In that case you just have to change the wt.server.codebase property.
You will need to go through a rehost process if you need to change the actual physical server name for some reason.