Changes between Version 9 and Version 10 of MapGuideRfc42
- Timestamp:
- 12/05/07 14:47:57 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc42
v9 v10 65 65 66 66 67 Change the !MapGuide Server installer to ask whether the Server is being installed on the same machine as the Web Extensions. If it is a "same machine" install, the IP address will default to localhost and the Server will not respond to a Web Extensions installed on different machine. This configuration is better for disconnected demonstration environments because a routable IP address is not required.67 For the configuration files serverconfig.ini and webconfig.ini, a distinction will be made between a "same machine" install where the server and web extensions are installed on the same machine and an installation where they are separated. The "same machine" install is better for disconnected demonstration environments because a routable IP address is not required. The separated install is appropriate for load balanced or secure environments where the server and web extensions reside on multiple or separate machines. 68 68 69 I f it is not a "same machine" install, the installer will ask the user to specify the routable IP address for the Server. This configuration is appropriate for load balanced Site Servers.69 In serverconfig.ini, the !MachineIp and !IpAddress will be defaulted to 127.0.0.1 for a "same machine" install. For a separated install, the routable IP address of the site server will be specified. 70 70 71 The Web Extensions installer will follow the same pattern as the Server installer. 72 71 In webconfig.ini, IpAddress will be 127.0.0.1 for a "same machine" install. For a separated install, the routable IP address of the site server will be specified. A comma separated list can also be used to specify multiple site servers. 73 72 74 73 == Implications ==