Troubleshooting inter-server communication
If you are having problems establishing communication between servers in your deployment, this might be because a server's URL is not configured correctly in the LotusConnections-config.xml file.
Before you begin
To edit configuration files, you must use the IBM® WebSphere® Application Server wsadmin client. See Starting the wsadmin client# for details.
About this task
Procedure
To configure an inter-service URL for one of the IBM® Connections application servers:
- Use the wsadmin client to access and check out the IBM® Connections configuration files:
- Optional:
If you want to find out the current value of a property, you
can list the current configuration settings and values by using the
following command:LCConfigService.showConfig()
- Use the following command to replace the IP address for
the specified host server with the fully-qualified DNS name or short
DNS name for the server.
where property is one of the following:LCConfigService.updateConfig("property","value")
- application_name.href
- application_name.ssl.href
- application_name.interService.href
For example:LCConfigService.updateConfig("dogear.ssl.href", "https://connwin1.dyn.example.com:9443")
See Common configuration properties for a complete list of editable properties.
- Save your changes and then check the configuration files
back in using the following command:LCConfigService.checkInConfig()Note: You must run the checkin during the same wsadmin session in which you ran the checkout command.
- To exit the wsadmin client, type exit at the prompt.
- Stop and restart all of the IBM® Connections application servers.