Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2

    
3
<!--
4
Licence:     LGPL as per: http://www.gnu.org/copyleft/lesser.html
5

    
6
$Id: install.html 1608 2005-08-03 19:07:09Z mattdiez $
7
$Name$
8
-->
9

    
10
<html>
11
  <head>
12
    <title>WFS-T Client Installation Instructions</title>
13
    <link rel='StyleSheet' type='text/css' href='/mapbuilder/lib/skin/default/docsStyle.css'>
14
  </head>
15

    
16
  <body>
17
    <h1><a href="http://mapbuilder.sourceforge.net">Map Builder</a> WFS-T Demo Installation Instructions</h1>
18
    <p>The Feature entry demo is configured to work with a default installation
19
    of <a href="http://geoserver.sourceforge.net">Geoserver</a>.  Geoserver
20
    needs be installed on a server which supports Java Servlets (which is
21
    why this demo doesn't work on the
22
    <a href="http://mapbuilder.sf.net"/>Sourceforge</a> website).</p>
23
    <h2>Installation instructions</h2>
24
    <ol>
25
      <li>Download and install <a href="http://java.sun.com/j2se/corejava/index.jsp"/>Java</a>.</li>
26
      <li>Download and install <a href="http://java.sun.com/products/java-media/jai/current.html"/>Java Advanced Imaging (JAI)</a>.</li>
27
      <li>Download, install and start <a href="http://jakarta.apache.org/tomcat/">Tomcat</a>, (or another a Java Servlet Container).</li>
28
      <li>Download and install <a href="http://geoserver.sourceforge.net">Geoserver</a> version 1.3.0-beta or later.  Installation is as simple as copying the geoserver.war file into the tomcat/webapps/ directory.</li>
29
      <li>Copy the mapbuilder.war file into the tomcat/webapps/ directory.</li>
30
      <li>Access the WFS-T demo URL.  This will probably be <a href="http://localhost:8080/mapbuilder/demo/wfs-t/">http://localhost:8080/mapbuilder/demo/wfs-t/</a>.
31
    </ol>
32

    
33
    <table class="footer">
34
      <tr>
35
        <td><a href="http://mapbuilder.sourceforge.net">Community Map Builder</a><br/>$Name$</td>
36
        <td width="60"><img src="/mapbuilder/lib/skin/default/images/Icon.gif"/></td>
37
      </tr>
38
    </table>
39
  </body>
40
</html>
(3-3/8)