Designer 10.15 | webMethods Unit Test Framework Help | Executing Tests | Continuous Integration | Configuring a Test Suite Executor | Server Information
 
Server Information
webMethods.integrationServer.name
Specifies the Integration Server host name. For example: localhost, 127.0.0.1
webMethods.integrationServer.port
Specifies the Integration Server port. For example: 5555
webMethods.integrationServer.userid
Specifies the Integration Server user name. For example: Administrator, Developer.
webMethods.integrationServer.password
Specifies the Integration Server user password. For example: manage.
webMethods.integrationServer.ssl
Specifies the Integration Server port uses SSL connection or normal. For example: false or true.
watt.net.proxyHost
Specifies the hostname or the IP address of a proxy server. For example: watt.net.proxyHost=webcache.example.com
watt.net.proxyPort
Specifies the port number of the proxy server. The default value is 80. For example: watt.net.proxyPort=8080
watt.net.proxyUser
Specifies the name of a user account on the proxy server.
watt.net.proxyPass
Specifies the password for the username set using watt.net.proxyUser.
watt.net.secureProxyHost
Specifies the hostname or the IP address of the proxy server to be used in SSL connections. For example: watt.net.secureProxyHost=webcache.example.com
watt.net.secureProxyPort
Specifies the port number of a proxy server to be used in SSL connections. For example: watt.net.secureProxyPort=443
watt.net.secureProxyUser
Specifies the password for the username set using watt.net.secureProxyUser.
watt.net.secureProxyPass
Specifies the password for the username set using watt.net.secureProxyUser.
http.nonProxyHosts
Specifies the list of hosts that should be accessed directly, bypassing the proxy. This is a pattern separated by '|' character, which can also have * for wildcards.
Any host matching one of these patterns is accessed through direct connection, bypassing the proxy.
For example: http.nonProxyHosts=”.foo.com|localhost|127.*|[::1]” indicates that every host in the foo.com domain and localhost should be accessed directly even if a proxy server is specified.