Changes between Initial Version and Version 1 of InstallSideBySide1.2and2.0Apache


Ignore:
Timestamp:
Dec 11, 2007, 4:07:16 PM (16 years ago)
Author:
jbirch
Comment:

Initial Side by Side instructions

Legend:

Unmodified
Added
Removed
Modified
  • InstallSideBySide1.2and2.0Apache

    v1 v1  
     1These instructions allow you to install a version of !MapGuide Open Source 2.0 side by side with !MapGuide Open Source 1.2, using the bundled Apache install for both.
     2
     3Before doing the below, install !MapGuide Open Source 1.2 following all defaults, and using the Apache bundled configuration.
     4
     5== Install !MapGuide Server ==
     6 - Use all default options
     7 - The service will not start because of port conflicts with !MapGuide 1.2.  To resolve this, go to C:\Program Files\!MapGuideOpenSource2.0\Server\Bin\ and edit the serverconfig.ini file with the following changes
     8{{{
     9
     10    [AdministrativeConnectionProperties]
     11      Port = 2820
     12    [ClientConnectionProperties]
     13      Port = 2821
     14    [SiteConnectionProperties]
     15      Port = 2822
     16
     17}}}
     18== Install !MapGuide Web Extensions ==
     19 - Use default options, except to specify port 8018 for the Apache port.  You can change this after installation if you want, but it's easier to change during install.
     20 - The !ApacheMapGuide service will not install because it has the same name as an existing service.  To fix this, perform the following steps
     21  - Open a command prompt
     22  - Change directory to C:\Program Files\!MapGuideOpenSource2.0\!WebServerExtensions\Apache2
     23  - Type:
     24{{{
     25      bin\httpd -k install -n "ApacheMapGuide2.0"
     26      net start ApacheMapGuide2.0
     27
     28}}}
     29 - The server's port number in the !WebServerExtensions will be incorrect.  To resolve this issue:
     30  - Navigate to
     31{{{
     32    C:\Program Files\!MapGuideOpenSource2.0\!WebServerExtensions\www
     33
     34}}}
     35  - Edit the webconfig.ini file as follows:
     36{{{
     37    [AdministrativeConnectionProperties]
     38      Port = 2820
     39    [ClientConnectionProperties]
     40      Port = 2821
     41    [SiteConnectionProperties]
     42      Port = 2822
     43
     44}}}
     45