Project

General

Profile

« Previous | Next » 

Revision 3100

Added by perry almost 18 years ago

Set configured to false initially. Include notification in configure process that geoserver password needs to be changed plus instructions on how to do so

View differences:

lib/spatial/geoserver/WEB-INF/classes/ApplicationResources.properties
386 386
welcome.demoRequest.words=(GeoServer) (Demo)
387 387

  
388 388
# WELCOME resources
389
# MPTODO: configure the geoserver welcome text so metacat users will have an easier time
390 389
text.welcome1=The GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification, with an integrated Web Map Server.
391 390
text.welcome2=GeoServer is free software, available under the GPL 2.0 license.
392 391
text.welcome3=Users who would like to access and modify their geographic data over the Internet using flexible, industry-approved standards should take a look at GeoServer.
lib/configure-restart.jsp
50 50

  
51 51
<p>Congratulations!</p>
52 52
<p>You have now successfully configured this installation of Metacat. All that
53
   remains is to restart the metacat servlet for the changes to take effect.
53
   remains is to configure geoserver and restart the metacat servlet for the changes to take effect.
54 54
</p>
55

  
55 56
<br clear="right"/>
57
<p class="section">Configuring Geoserver</p>
58
<p>Metacat ships with <a href="http://docs.codehaus.org/display/GEOS/Home">Geoserver</a> to handle the spatial functionality.
59
   Regardless of whether you plan on using the spatial functionality you should,
60
   for security purposes, configure geoserver initially so that it doesn't use
61
   the default password.
62
   To configure geoserver with a new admin password:
63
   <ol>
64
    <li> Point your browser to 
65
     <a href="<%= request.getScheme() + "://" +
66
       request.getServerName() + ":" + request.getServerPort() +
67
              request.getContextPath() %>/geoserver.jsp"><%= request.getScheme() + "://" +
68
	                      request.getServerName() + ":" + request.getServerPort() +
69
			                      request.getContextPath() %>/geoserver.jsp</a>. </li>
70
     <li> Login using the default username and password ( <em>admin</em> / <em>geoserver</em> ) </li>
71
    <li> Point your browser to 
72
     <a href="<%= request.getScheme() + "://" +
73
       request.getServerName() + ":" + request.getServerPort() +
74
              request.getContextPath() %>/config/loginEdit.do"><%= request.getScheme() + "://" +
75
	                      request.getServerName() + ":" + request.getServerPort() +
76
			                      request.getContextPath() %>/config/loginEdit.do</a>, enter a new user and password then submit. </li>
77
     <li> In the upper-left, click <em>Apply</em> then <em>Save</em> to save your new password.
78

  
79

  
80
    </ol>
81
</p>
82

  
83
<br clear="right"/>
56 84
<p class="section">Restarting Metacat</p>
57 85
<p>The simplest way to restart metacat is to restart the entire servlet engine.
58 86
   For Tomcat, this would mean calling "$TOMCAT_HOME/bin/tomcat.sh restart" or
lib/metacat.properties
8 8
######## Configuration section        #########################################
9 9
# This flag indicates whether configuration information has been collected from
10 10
# the user installing metacat yet.
11
configured=true
11
configured=false
12 12

  
13 13
configurationPage=/configure.jsp
14 14

  

Also available in: Unified diff