Revision 5877
Added by ben leinfelder almost 14 years ago
lib/admin/geoserver-configuration.jsp | ||
---|---|---|
43 | 43 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
44 | 44 |
<h2>Geoserver Configuration</h2> |
45 | 45 |
|
46 |
<p>Reset the geoserver password here. If there are any issues, or you want to defer the password |
|
47 |
reset until later, choose to bypass this screen. You can configure the password later by |
|
48 |
following the <a href="<%= request.getContextPath() %>/docs/user/geoserver-manual-configure.html">geoserver password change instructions.</a> |
|
46 |
<p> |
|
47 |
Configure the Geoserver data directory, context and admin password. |
|
48 |
The default data directory and is located in the Metacat deployment. |
|
49 |
The context is assumed to be a sibling of your Metacat web application. |
|
50 |
Geoserver can further be customized by navigating to the Geoserver context and logging in as the admin user. |
|
49 | 51 |
</p> |
50 | 52 |
<!-- MCD TODO add geoserver instructions page --> |
51 | 53 |
<br clear="right"/> |
... | ... | |
96 | 98 |
<input type="hidden" name="configureType" value="geoserver"/> |
97 | 99 |
<input type="hidden" name="processForm" value="true"/> |
98 | 100 |
<input class=left-button type="submit" value="Update"/> |
99 |
<!-- <input class=button type="button" value="Bypass" onClick="forward('./admin?configureType=geoserver&bypass=true&processForm=true')">-->
|
|
101 |
<input class=button type="button" value="Bypass" onClick="forward('./admin?configureType=geoserver&bypass=true&processForm=true')">
|
|
100 | 102 |
<input class=button type="button" value="Cancel" onClick="forward('./admin')"> |
101 | 103 |
|
102 | 104 |
</form> |
Also available in: Unified diff
include bypass option