Changes between Version 25 and Version 26 of ConfigureGuide22Windows


Ignore:
Timestamp:
Aug 24, 2010, 1:28:31 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v25 v26  
    6565 * 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.
    6666 * 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{{{
     69PassEnv MENTOR_DICTIONARY_PATH
     70}}}
     71
     726. Web Tier Test
     73
     74there 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.
    6775
    68766. Further Adventure