Changes between Version 25 and Version 26 of ConfigureGuide22Windows
- Timestamp:
- 08/24/10 13:28:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v25 v26 65 65 * browser opens to the source code of php file instead of a web page: this error means Apache is not configured correctly to use PHP. 66 66 * 64-bit PHP 5.3.2 may have an issue with php5apache2_2.dll, if so, configure PHP to run with Apache as a CGI binary following the link in step 2 67 * if no map is showing, but menu bar and title are displayed, it might be that apache didn't pick up the environmental variable MENTOR_DICTIONARY_PATH, check if this variable is set first, then add the following directive to httpd.conf 68 {{{ 69 PassEnv MENTOR_DICTIONARY_PATH 70 }}} 71 72 6. Web Tier Test 73 74 there is a built-in web tier test suite under mapagent. To start, open a browser to !http://localhost:8008/mapguide/mapagent/index.html, click Resource->!EnumerateResources, enter a type name, (for example, !MapDefinition), a login window should pop up, enter Administrator/admin, click Ok, the page should display the information for the specified resource type. 67 75 68 76 6. Further Adventure