WARNING - The following changes are recommended only in environments where endpoints have Dynamic IP address.
Summary
Add the following properties into the intigua.properties file, then restart tomcat
ep.communication.prefer-hostname.enabled=true
ep.communication.prefer-hostname.ip-fallback=false
endpoint.merge.hostname-only=true
connector.deploy.footprint-test=true
connector.deploy.footprint-match.all=false
Note: If after setting the correct variables for your environment, you still see incorrect merges, then please provide manager logs and DB dump to support@jetpatch.com.
For additional details on what these properties do, please read the following three sections:
Change connector communication to prioritize hostname first then IP address second
By default, JetPatch prioritizes IP addresses over hostname. In an environment with dynamic IP addresses, you want JetPatch to prefer hostname and disable fallback to IP address by adding the following property into the intigua.properties file
#use hostname as a preferred address of communication
ep.communication.prefer-hostname.enabled=true #default false
#fallback to IP if hostname connection failed
ep.communication.prefer-hostname.ip-fallback=false #default true
Comments
0 comments
Please sign in to leave a comment.