Agent Installation and Configuration > Windchill RV&S Agent Configuration > Windchill RV&S Agent Configuration Properties
  
Windchill RV&S Agent Configuration Properties
This topic lists configuration properties that affect the operation of the Windchill RV&S Agent. These properties are located in:
installdir/config/agent.properties
* 
When specifying values for directories or file paths, you must use a single forward slash.
For changes to this configuration properties file to take effect, the Windchill RV&S Agent must be restarted.
Windchill RV&S Agent Property
Description
mksagent.clear.port
Clear text port number. To disable clear port, set policy to 0. (You can retain old port number in comment.)
Port number must not exceed 65535. Numbers less than 1024 may require extra privileges on Linux machines.
If you specify port number already in use on server machine, Windchill RV&S Agent shuts down when you try to run it. Default is 9101.
mksagent.secure.port
Secure (TLS or SSL) port number. To disable secure port, set policy to 0. (You can retain old port number in comment.)
Port number must not exceed 65535. Numbers less than 1024 may require extra privileges on Linux machines.
If you specify port number already in use on the remote machine, Windchill RV&S Agent shuts down when you try to run it.
If specified to value other than 0, secure port used and only port that can be open on server. Default is 0.
mksagent.privatekey.password
Password for recovering private key for server's certificate from certificate store. Password must match one found in certificate store. Policy used only if secure port enabled.
mksagent.smtpserver.hostname
Name of mail server used by event trigger environment bean method sendMail(). Default is property not enabled.
mksagent.smtpserver.port
Port of mail server used by event trigger environment bean method sendMail(). Default port is 25.
mksagent.triggers.environmentVariables
File containing runtime properties for event trigger environment beans. Default is data/triggers/env.properties.
java.system.property.smtpencoding
Character set used when sending e-mail. Default is UTF-8.
java.security.property.networkaddress.cache.ttl
Number of seconds to cache successful connections to directory servers for failover. Default is 60.
java.security.property.networkaddress.cache.negative
Number of seconds to cache unsuccessful connections to directory servers for failover. Default is 60.
mksagent.apiSession.defaultHostname
mksagent.apiSession.defaultPort
mksagent.apiSession.defaultUser
mksagent.apiSession.defaultPassword
Properties that define the default integrations API session available from the trigger environment bean.