Question
windchill slave server configurations.
Please review my comments and correct me if changes required. I'm trying to configure slave server. Also let me know the changes required for Apache settings.
| wt Properties | My comments |
| java.rmi.server.hostname= | set the name of the local server configuring |
| wt.rmi.server.hostname= | Load balancer host name or url |
| wt.server.hostname= | Do we need to leave this blank; if yes, how to set null |
| wt.queue.executeQueues= | Set to false; how to define that specific type of task / requests should go to background method server in master |
| wt.cache.master.codebase= | Need to set master server name or the load balancer name / url |
| wt.cache.master.hostname=D | Master server host name |
| wt.cache.master.slaveHosts=B, C, D | All slaves name in the cluster |
| db.properties: | |
| wt.pom.serviceName= | How to find the details of these if we are not aware. Any windchill commands |
| wt.pom.dbUser= | Windchill user name for database server |
| wt.pom.dbPassword= | Windchill password for db user |
| ie.properties: | |
| ie.ldap.serviceName=A |

