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 === |