Project

General

Profile

1
<!-- 
2
  *   '$RCSfile$'
3
  *     Purpose: web page describing the installation of geoserver
4
  *   Copyright: 2008 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *     Authors: Chad Berkley
7
  *
8
  *    '$Author: daigle $'
9
  *    '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
10
  *    '$Revision: 4080 $'
11
  *
12
  *
13
  -->
14
  
15
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0//EN">
16
<html>
17

    
18
<head>
19
  <title>Geoserver Configuration Instructions</title>
20
  <link rel="stylesheet" type="text/css" href="./default.css">
21
</head>
22

    
23
<body>
24
<table class="tabledefault" width="100%">
25
	<tr>
26
		<td rowspan="2"><img src="./images/KNBLogo.gif"></td>
27
		<td colspan="7">
28
			<div class="title">Metacat Configuration</div>
29
		</td>
30
	</tr>
31
	<tr>
32
		<td><a href="/" class="toollink"> KNB Home </a></td>
33
		<td><a href="/data.html" class="toollink"> Data </a></td>
34
		<td><a href="/people.html" class="toollink"> People </a></td>
35
		<td><a href="/informatics" class="toollink"> Informatics </a></td>
36
		<td><a href="/biodiversity" class="toollink"> Biocomplexity </a></td>
37
		<td><a href="/education" class="toollink"> Education </a></td>
38
		<td><a href="/software" class="toollink"> Software </a></td>
39
	</tr>
40
</table>
41
<hr>
42

    
43
	<br>
44
	<h3>Configuring Geoserver</h3>
45
	<p>Metacat ships with <a href="http://docs.codehaus.org/display/GEOS/Home">Geoserver</a> to handle the spatial functionality.
46
		Regardless of whether you plan on using the spatial functionality you should,
47
		for security purposes, configure geoserver initially so that it doesn't use
48
		the default password.<br><br>
49
		
50
		To configure geoserver with a new admin password:
51
		<ol>
52
			<li> Go to
53
				<a href="../../geoserver.jsp" target="_blank"> Geoserver admin page </a>. </li>
54
			<li> Login using the default username and password ( <em>admin</em> / <em>geoserver</em> ) </li>
55
			<li> Then go to
56
				<a href="../../config/loginEdit.do" target="_blank">Password Change Page </a> and  enter a new user and password then submit. </li>
57
			<li> In the upper-left, click <em>Apply</em> then <em>Save</em> to save your new password.
58
       </ol>
59
	</p>
60
</body>
61

    
(18-18/65)