Revision 3100
Added by perry almost 18 years ago
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 |
Also available in: Unified diff
Set configured to false initially. Include notification in configure process that geoserver password needs to be changed plus instructions on how to do so