Revision 8222
Added by Lauren Walker about 11 years ago
configure-restart.jsp | ||
---|---|---|
44 | 44 |
</style> |
45 | 45 |
</head> |
46 | 46 |
<body> |
47 |
<p><img src="metacat-logo-darkgray.png" width="100px" align="right"/> |
|
48 |
<h2>Metacat Configuration Succeeded</h2> |
|
49 |
</p> |
|
50 |
|
|
51 |
<p>Congratulations!</p> |
|
52 |
<p>You have now successfully configured this installation of Metacat. All that |
|
53 |
remains is to configure geoserver and restart the metacat servlet for the changes to take effect. |
|
54 |
</p> |
|
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"/> |
|
84 |
<p class="section">Restarting Metacat</p> |
|
85 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
|
86 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat6 restart" or |
|
87 |
an equivalent command appropriate to your operating system. After restarting, |
|
88 |
you can access your new Metacat server at the URL: |
|
89 |
<a href="<%= request.getScheme() + "://" + |
|
90 |
request.getServerName() + ":" + request.getServerPort() + |
|
91 |
request.getContextPath() %>"><%= request.getScheme() + "://" + |
|
92 |
request.getServerName() + ":" + request.getServerPort() + |
|
93 |
request.getContextPath() %></a> |
|
94 |
</p> |
|
95 |
|
|
47 |
<p><img src="metacat-logo-white.png" width="100px" align="right"/> |
|
48 |
<div class="document"> |
|
49 |
<h2>Metacat Configuration Succeeded</h2> |
|
50 |
</p> |
|
51 |
|
|
52 |
<p>Congratulations!</p> |
|
53 |
<p>You have now successfully configured this installation of Metacat. All that |
|
54 |
remains is to configure geoserver and restart the metacat servlet for the changes to take effect. |
|
55 |
</p> |
|
56 |
|
|
57 |
<br clear="right"/> |
|
58 |
<p class="section">Configuring Geoserver</p> |
|
59 |
<p>Metacat ships with <a href="http://docs.codehaus.org/display/GEOS/Home">Geoserver</a> to handle the spatial functionality. |
|
60 |
Regardless of whether you plan on using the spatial functionality you should, |
|
61 |
for security purposes, configure geoserver initially so that it doesn't use |
|
62 |
the default password. |
|
63 |
To configure geoserver with a new admin password: |
|
64 |
<ol> |
|
65 |
<li> Point your browser to |
|
66 |
<a href="<%= request.getScheme() + "://" + |
|
67 |
request.getServerName() + ":" + request.getServerPort() + |
|
68 |
request.getContextPath() %>/geoserver.jsp"><%= request.getScheme() + "://" + |
|
69 |
request.getServerName() + ":" + request.getServerPort() + |
|
70 |
request.getContextPath() %>/geoserver.jsp</a>. </li> |
|
71 |
<li> Login using the default username and password ( <em>admin</em> / <em>geoserver</em> ) </li> |
|
72 |
<li> Point your browser to |
|
73 |
<a href="<%= request.getScheme() + "://" + |
|
74 |
request.getServerName() + ":" + request.getServerPort() + |
|
75 |
request.getContextPath() %>/config/loginEdit.do"><%= request.getScheme() + "://" + |
|
76 |
request.getServerName() + ":" + request.getServerPort() + |
|
77 |
request.getContextPath() %>/config/loginEdit.do</a>, enter a new user and password then submit. </li> |
|
78 |
<li> In the upper-left, click <em>Apply</em> then <em>Save</em> to save your new password. |
|
79 |
|
|
80 |
|
|
81 |
</ol> |
|
82 |
</p> |
|
83 |
|
|
84 |
<br clear="right"/> |
|
85 |
<p class="section">Restarting Metacat</p> |
|
86 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
|
87 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat6 restart" or |
|
88 |
an equivalent command appropriate to your operating system. After restarting, |
|
89 |
you can access your new Metacat server at the URL: |
|
90 |
<a href="<%= request.getScheme() + "://" + |
|
91 |
request.getServerName() + ":" + request.getServerPort() + |
|
92 |
request.getContextPath() %>"><%= request.getScheme() + "://" + |
|
93 |
request.getServerName() + ":" + request.getServerPort() + |
|
94 |
request.getContextPath() %></a> |
|
95 |
</p> |
|
96 |
</div> |
|
96 | 97 |
</body> |
97 | 98 |
</html> |
Also available in: Unified diff
Matched the admin config pages to the default metacatUI theme. Changed the background image of the docs and config pages to a big cat for some metacat branding.