Four Java development-building a local WMS server

Source: Internet
Author: User

In providing a GIS client, NASA also provides users with an open source WMS Server Server application: World Wind WMS Server. With this application, we can set up our own WMS service and use our own data (and also support cache forwarding) so that the development of the application does not have to rely on the Internet connection, but also can be left out of the data source provided by NASA and run independently.

1. Prepare to run the WWS server requires a JDK, JOGL, Gdal package, and a World Wind Server Compact package. The resource has been uploaded to the worldwind Java configuration WMS Server, please download it yourself. 2, install the JDK any search has, not repeat 3, installation Fwtools has been installed by default can be completed. 4. Install JOGL Copy the Jogl.dll, Jogl_awt.dll, Jogl_cg.dll and Gluegen-rt.dll in Jogl-1.1.1a-windows-i586.zip to two directories. X:\Program Files (x86) \java\jdk1.7.0_09\jre\bin: Support for client and server applications to run
D:\Program Files (x86) \java\jdk1.7.0_09\bin: Supports Eclipse development.
5. Install and configure World Wind Server. Unzip the Worldwind-wms-0.6.dev.zip, as shown in the directory.
Open the Web. xml file under the Web-inf directory with a text editor and modify the initial configuration.
The configuration file looks like this.
Run the world Wind WMS Server as shown in:If the result is fine, it means that wmsserver can run correctly.

test: Open the browser, enter the information as shown, if you can see the XL file, it indicates that Wmsserver is working properly

Four Java development-building a local WMS server

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.