Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Configuring PTC HTTP Server and Embedded Servlet Engine With Other Options > Specifying Web Server Authentication > Configure Authentication Realm Name
  
Configure Authentication Realm Name
The authentication realm name appears in the authentication name and password log in dialog window. The default value is Windchill. To change this value, the variable must be manually configured.
To change the realm name, the ant command is executed from the command line. The command must be run from the PTC HTTP Server root directory:
ant -f webAppConfig.xml regenWebAppConf -DappName=<your Web
application name
> -DauthRealm=<your realm name>
Where <your Web application name> is the Web application name you assigned, for example, Windchill. Where <your realm name> is a value of your choice.