Thank you Jackie. *Here is my mgserver.sh after I edited.*
#!/bin/bash if [ ! -d /var/lock/mgserver ]; then mkdir -p /var/lock/mgserver; fi; export PATH=/usr/local/mapguideopensource-2.6.0/server/bin:$PATH export MENTOR_DICTIONARY_PATH=/usr/local/mapguideopensource-2.6.0/share/gis/coordsys export LD_LIBRARY_PATH=/usr/local/fdo-3.9.0/lib:"$LD_LIBRARY_PATH" export NLSPATH=/usr/local/fdo-3.9.0/nls/%N:"$NLSPATH" pushd /usr/local/mapguideopensource-2.6.0/server/bin ./mgserver run popd But still no luck. *Server is runing:* [xjin@mapguide-centos bin]$ sudo ./mgserver.sh /usr/local/mapguideopensource-2.6.0/server/bin /usr/local/mapguideopensource-2.6.0/server/bin Running the server interactively as an application instead of as a service. (4152108864) Server starting... (4152108864) Mentor Coordinate System Library (using path: /usr/local/mapguideopensource-2.6.0/share/gis/coordsy s/) (4152108864) Server started. Error Logs is clear. Apache and Tomcat is up and running. Still can't access to the login page. Do I need to do anything about php? Thank you Xin -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5212845.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users