Changes between Version 29 and Version 30 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Aug 3, 2010, 2:20:46 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v29 v30  
    8484'''''Note 3: building mapguide source does not necessarily build web extensions. Web extension are third party applications and are not stored in subversion repository, as mentioned above. So, the only thing that needs to be done is to configure the web extensions. '''''
    8585
    86 == Install and configure Web Extension ==
    87 
    88 === Apache2 ===
    89 1. Download and Install Apache2.2.16 for Windows from [http://www.apachelounge.com/download/ Here]. Unzip the downloaded file to c:\svn\mgdev\Release\Web or c:\svn\mgdev\Release64\Web
    90 
    91 2. edit httpd.conf
    92 {{{
    93 cd c:\svn\mgdev\Release\Web\Apache2\conf
    94 notepad httpd.conf
    95 }}}
    96 Create another config file, name it ''mapguide.conf'' with the following contents(edit it accordingly for your system)
    97 {{{
    98 notepad mapguide.conf
    99 }}}
    100 '''''Note:''''' Attached are sample conf files.
    101 
    102 === Tomcat ===
    103 
    104 === IIS ===
    10586
    10687== Testing Installation ==