Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description
===========
When starting the WebService using HTTP transport, the following warning message is seen in the BW log: "Unknown default host: null".
Environment
===========
All
Resolution
++++++++++
Set the following property in the deployed BW application tra file.
bw.plugin.http.server.defaultHost=<ip address or host name>
Where the <ip address or host name> should be exactly the same value as the Host field in the HTTP connection resource. For example, if you use IP address 10.20.30.40 in the Host field in the HTTP connection resource, you should set:
bw.plugin.http.server.defaultHost=10.20.30.40