Specialized Administration > Configuring Your Windchill Environment > Using Windchill Configuration Assistant to Configure Windchill > Running the Windchill Configuration Assistant > Ant Command Syntax for Running the Assistant > Targets for WindchillConfigAssistant.xml > Targets for Calculating Recommended Values
  
Targets for Calculating Recommended Values
The following list describes the targets that you can use to calculate recommended configuration values and write them to intermediate properties files.
* 
If the -Dpropagate=true command line argument is set, then the new values are propagated using the xconfmanager utility.
If the -Dinteractive=false command line argument is set, you are not prompted to confirm the recommended values.
configureWindchill
Calculates new values for the following properties and writes them to <Windchill>/utilities/wca/conf/windchill/windchillconfigurator.xconf file:
com.ptc.windchill.wca.buildDate
wt.admin.cache.maxDomains
wt.cache.size.AclCache
wt.cache.size.EnumerationDefinitionCache
wt.cache.size.IBADefViewManager$IBADefViewCache
wt.cache.size.IndexListCache
wt.cache.size.PagingSessionCache
wt.cache.size.PreferenceCache
wt.cache.size.RoleAccessCache
wt.cache.size.SessionCache
wt.cache.size.StandardFvService$ActiveFolderCache
wt.cache.size.StandardUfidSrvService$RemoteObjectIdCache
wt.cache.size.StructEnumAttTemplateCache
wt.cache.size.TypeDefinitionCache2
wt.cache.size.WTPrincipalCache
wt.manager.cmd.common.jmx.args
wt.manager.cmd.MethodServer
wt.manager.cmd.MethodServer.java.extra.args
wt.manager.cmd.ServerManager
wt.manager.cmd.ServerManager.java.extra.args
wt.manager.cmd.ServerManager.jmx.args
wt.manager.log.tee
wt.manager.maxHeap
wt.manager.minHeap
wt.manager.monitor.start.MethodServer
wt.method.log.tee
wt.method.maxHeap
wt.method.minHeap
wt.pom.dbConnectionsHardLimit
wt.pom.inClauseBindOptimizationCardinality
wt.pom.inClauseUseBindOptimization
wt.pom.maxDbConnections
wt.pom.minDbConnections
wt.pom.paging.snapshotQueryLimit
wt.pom.queryLimit
wt.pom.refreshCache.size
wt.pom.rowPrefetchCount
wt.pom.statementCacheSize
wt.queue.executeQueues
wt.services/rsc/default/ObjectReferenceCacheTable/ContainerCache.Size/null/0
wt.services/rsc/default/ObjectReferenceCacheTable/ContainerTeamCache.Size/null/0
Reads the existing contents of the JMX-Administrators list that is stored in the server manager MBean configuration file (serverManagerMBeanConfig.xml), and, when in interactive mode, allows updates to the list.
configureTomcat
Determines the value to set for the following property that is stored in the <Windchill>/tomcat/config.properties file and generates an intermediate file containing recommended updates in <Windchill>/utilities/wca/conf/tomcat/config.properties:
mode
The current value of the mode property is saved in <Windchill>/utilities/wca/conf/tomcat/configproperties.backup.
* 
Tomcat is now known as the Embedded Servlet Engine (based on Apache Tomcat).
configure
Calls the following targets:
configureWindchill
configureTomcat
Using the configure target has the same results as running the Windchill Configuration Assistant two times, each time with one of the listed targets.