3 | | this document is written with windows 7 as the testing platform, the process may be slightly different under windows xp. |
| 3 | this document is written with windows 7 as the testing platform, the process may be slightly different under windows xp. Web servers are refered in mapguide project as web extensions, but they are really the same things. |
| 4 | |
| 5 | Under windows, you have the options to configure mapguide with either Apache, or Tomcat, or IIS |
| 6 | |
| 7 | == Apache2 == |
| 8 | 1. Download and Install Apache2.2.16 for Windows from [http://www.apachelounge.com/download/ Here]. Unzip the downloaded file to anywhere, in this document, we unzip it to c:\Apache2 |
| 9 | |
| 10 | 2. edit httpd.conf |
| 11 | {{{ |
| 12 | cd c:\Apache2\conf |
| 13 | notepad httpd.conf |
| 14 | }}} |
| 15 | Create another config file, name it ''mapguide.conf'' with the following contents(edit it accordingly for your system) |
| 16 | {{{ |
| 17 | notepad mapguide.conf |
| 18 | }}} |
| 19 | '''''Note:''''' Attached are sample conf files. |
| 20 | |
| 21 | == Tomcat == |
| 22 | |
| 23 | === IIS === |