Lurker Posted November 25, 2010 Report Share Posted November 25, 2010 hello all i have project that involving webgis script , and i use open source software Mapguide by OSGeo i download the windows installer and install in my laptop with windows 7 32 bit but after installing , i confuse how to make it run, seems after install, we need manually set it to run any clue ? oh yeah, i install mapguide maestro too help me please Quote Link to comment Share on other sites More sharing options...
Administrators EmperoR Posted December 6, 2010 Administrators Report Share Posted December 6, 2010 yap, you need some modification 1. after installing Mapguide, restart and see in windows service, and make sure that service "MapGuide Server" running, some people experience in delayed start service, that result in service not autostart, you need to reinstall Mapguide or set the setting service delay little bit longer 2. Install Apache2 server as a service, you need to do it manually a. open CMD b. go to Apache2 installation dir, usually at "C:\Program Files\OSGeo\MapGuide\Web\Apache2\bin" c. type : httpd -k install -n "Apache MapGuide Web Server" and press enter, this will install Apache as a service d. type : net start "Apache MapGuide Web Server" and press enter, this will start the service or simply make BAT file with script inside it : @ECHO OFF REM This installs and starts the apache service cd Apache2\bin httpd -k install -n "Apache MapGuide Web Server" net start "Apache MapGuide Web Server" cd ..\.. place at C:\Program Files\OSGeo\MapGuide\Web (default windows installation, you may change it based on your instalation) and double click that BAT file When 2 Service are Started, you can access Mapguide via this links http://localhost:8008/mapguide/mapadmin/login.php login with Administrator and password admin (remember, this is case sensitive, use A not a) oh yeah after setting and installing Apache as a service, you can then manage it via Apache Monitor in C:\Program Files\OSGeo\MapGuide\Web\Apache2\bin\ApacheMonitor.exe (make it a shortcut in Dekstop to make it easier to access) Note : 1. you can manage data for Mapguide with external program, MapGuide Maestro , download here : [hide] http://trac.osgeo.org/mapguide/wiki/maestro [/hide] 2. This setting I explain before is ONLY for Apache, if you use IIS, you need different setting regards, ADMIN Quote Link to comment Share on other sites More sharing options...
Lurker Posted December 8, 2010 Author Report Share Posted December 8, 2010 After restart your PC and you CAN'T run mapGuide although you already run Mapguide apache server, then the Mapguide server fail to start (remember to run Mapguide you need 2 service, Apache which can control via Apache monitor and Mapguide Server which should start automatically) you can check in Control Panel>Administrative tools>Service check on MapGuideServer Service, if this service didn't start then you need to do this action : 1. Download NET Framework 1.1 at here : [hide] http://www.microsoft.com/downloads/en/details.aspx?FamilyID=262D25E3-F589-4842-8157-034D1E7CF3A3 [/hide] then install it, after that 2. Download NET Framework 1.1 Service Pack 1 at here : [hide] http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A8F5654F-088E-40B2-BBDB-A83353618B38 [/hide] and install it 3. Restart your PC, then your MapguideServer will start automatically thanx Admin for your tutorial, i add some troubleshooting based on my experience/problem enjoy :laugh: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.