Changes between Version 1 and Version 2 of ConfigureGuide22Windows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v1 v2  
    11= Configure Web Servers on Windows =
    22
    3 this document is written with windows 7 as the testing platform, the process may be slightly different under windows xp.
     3this 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
     5Under windows, you have the options to configure mapguide with either Apache, or Tomcat, or IIS
     6
     7== Apache2 ==
     81. 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
     102. edit httpd.conf
     11{{{
     12cd c:\Apache2\conf
     13notepad httpd.conf
     14}}}
     15Create another config file, name it ''mapguide.conf'' with the following contents(edit it accordingly for your system)
     16{{{
     17notepad mapguide.conf
     18}}}
     19'''''Note:''''' Attached are sample conf files.
     20
     21== Tomcat ==
     22
     23=== IIS ===