5. Publishing System and Plug-in |
Feedback |
The developers can release their own systems by the IIS service or the
Tomcat service after completing th edevelopment of the 3D systems, meanwhile,
they need to release the plugins too because the plugin techniques have
been used in the SuperMap iClient 7C for 3D.
Release the system and plugin by the IIS
- Setup IIS;
- Put the project directory created by the customer and the plugin
into C:\Inetpub\wwwroot;
- Enter the Internet information service window through Start->Control
Panel->Management tools->Internet
information services, and find the project to be released
in the node of Website->Default website.
- Right-click the project folder which you want to release, select
Properties, then the properties dialog box is
popped up; then choose Directory Security, and
click Edit button, then check Anonymous
access and Integrate windows authentication.
Release the system and plugin by the Tomcat
- Setup Tomcat;
- Put the project and plugin to be Released into the webapps\ROOT
of the tomcat setup directory;
- Startup the Tomcat, then complete the release of the system.
Then we complete the release of the system and plugin according to the
above steps.