Whether the map server is successfully started or not. Generally, the most direct way is to view the demo for plotting. However, due to Web Server factors, engineering elements, and browser factors, it is difficult to eliminate the cause of the map server itself, the following two methods are provided to determine whether the map server is successfully started.
1. Log Analysis
After the map server is started successfully, three log files are generated (under the bin folder under the installation directory of supermapis. net)
Open supermap.is.appserver.exe. mapserver1.log, as shown in the following figure.
Another supermap.is.servermanager.exe. log file
The last supermap.is.autotask.exe. log.
2. Demo Analysis
You can run the winformclient sample project in the demo folder under the installation directory on the system with. Net framework3.5 installed. The default directory is (c: \ Program Files \ Supermap is. Net 6 \ demo \ winformclient). The interface after running is as follows:
Click Initialize. Pop-up
Set the IP address and port of the map service, click Verify, select the map to be viewed, and set the format and type of the returned image. If the returned type is returnbinarydata, the image is returned, and the map service starts successfully.