Revision 4100
Added by daigle over 16 years ago
metacat-configuration.jsp | ||
---|---|---|
52 | 52 |
<br class="main-header"> |
53 | 53 |
|
54 | 54 |
<%@ include file="page-message-section.jsp"%> |
55 |
<hr class=config>
|
|
55 |
<hr class="config-line">
|
|
56 | 56 |
|
57 |
<table class=configuration-table>
|
|
57 |
<table class="configuration-table">
|
|
58 | 58 |
<% |
59 | 59 |
if (ldapConfigured != null && ldapConfigured) { |
60 | 60 |
%> |
61 | 61 |
<tr> |
62 |
<td class=configured-tag>[configured] </td>
|
|
63 |
<td class=property-title> LDAP Configuration </td>
|
|
64 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=ldap">Reconfigure Now</a> </td>
|
|
62 |
<td class="configured-tag">[configured] </td>
|
|
63 |
<td class="property-title"> LDAP Configuration </td>
|
|
64 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=ldap">Reconfigure Now</a> </td>
|
|
65 | 65 |
</tr> |
66 | 66 |
<% |
67 | 67 |
} else { |
... | ... | |
79 | 79 |
if (propsConfigured != null && propsConfigured) { |
80 | 80 |
%> |
81 | 81 |
<tr> |
82 |
<td class=configured-tag>[configured] </td>
|
|
83 |
<td class=property-title> Metacat System Properties </td>
|
|
84 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=properties">Reconfigure Now</a> </td>
|
|
82 |
<td class="configured-tag">[configured] </td>
|
|
83 |
<td class="property-title"> Metacat System Properties </td>
|
|
84 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=properties">Reconfigure Now</a> </td>
|
|
85 | 85 |
</tr> |
86 | 86 |
<% |
87 | 87 |
} else { |
88 | 88 |
%> |
89 | 89 |
<tr> |
90 |
<td class=unconfigured-tag>[unconfigured] </td>
|
|
91 |
<td class=property-title> Metacat System Properties </td>
|
|
92 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=properties">Configure Now</a> </td>
|
|
90 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
91 |
<td class="property-title"> Metacat System Properties </td>
|
|
92 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=properties">Configure Now</a> </td>
|
|
93 | 93 |
</tr> |
94 | 94 |
<% |
95 | 95 |
} |
... | ... | |
97 | 97 |
if (skinsConfigured != null && skinsConfigured) { |
98 | 98 |
%> |
99 | 99 |
<tr> |
100 |
<td class=configured-tag>[configured] </td>
|
|
101 |
<td class=property-title> Skins Specific Properties </td>
|
|
102 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=skins">Reconfigure Now</a> </td>
|
|
100 |
<td class="configured-tag">[configured] </td>
|
|
101 |
<td class="property-title"> Skins Specific Properties </td>
|
|
102 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=skins">Reconfigure Now</a> </td>
|
|
103 | 103 |
</tr> |
104 | 104 |
<% |
105 | 105 |
} else { |
106 | 106 |
%> |
107 | 107 |
<tr> |
108 |
<td class=unconfigured-tag>[unconfigured] </td>
|
|
109 |
<td class=property-title> Skins Specific Properties </td>
|
|
110 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=skins">Configure Now</a> </td>
|
|
108 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
109 |
<td class="property-title"> Skins Specific Properties </td>
|
|
110 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=skins">Configure Now</a> </td>
|
|
111 | 111 |
</tr> |
112 | 112 |
<% |
113 | 113 |
} |
... | ... | |
117 | 117 |
metacatVersion.compareTo(databaseVersion) == 0)) { |
118 | 118 |
%> |
119 | 119 |
<tr> |
120 |
<td class=configured-tag>[configured] </td>
|
|
121 |
<td class=property-title> Database Installation/Upgrade </td>
|
|
122 |
<td class=configure-link> Version: <%= databaseVersion.getVersionString() %> </td>
|
|
120 |
<td class="configured-tag">[configured] </td>
|
|
121 |
<td class="property-title"> Database Installation/Upgrade </td>
|
|
122 |
<td class="configure-link"> Version: <%= databaseVersion.getVersionString() %> </td>
|
|
123 | 123 |
</tr> |
124 | 124 |
<% |
125 | 125 |
} else { |
126 | 126 |
%> |
127 | 127 |
<tr> |
128 |
<td class=unconfigured-tag>[unconfigured] </td>
|
|
129 |
<td class=property-title> Database Installation/Upgrade </td>
|
|
128 |
<td class="unconfigured-tag">[unconfigured] </td>
|
|
129 |
<td class="property-title"> Database Installation/Upgrade </td>
|
|
130 | 130 |
<% |
131 | 131 |
if (propsConfigured != null && propsConfigured) { |
132 | 132 |
%> |
133 | 133 |
|
134 |
<td class=configure-link> <a href="<%= request.getContextPath() %>/admin?configureType=database">Configure Now</a> </td>
|
|
134 |
<td class="configure-link"> <a href="<%= request.getContextPath() %>/admin?configureType=database">Configure Now</a> </td>
|
|
135 | 135 |
|
136 | 136 |
<% |
137 | 137 |
} else { |
138 | 138 |
%> |
139 |
<td class=configure-link> Configure System Properties First </td>
|
|
139 |
<td class="configure-link"> Configure System Properties First </td>
|
|
140 | 140 |
<% |
141 | 141 |
} |
142 | 142 |
%> |
... | ... | |
145 | 145 |
} |
146 | 146 |
%> |
147 | 147 |
</table> |
148 |
<hr class=config>
|
|
148 |
<hr class="config-line">
|
|
149 | 149 |
|
150 | 150 |
<% |
151 | 151 |
if (metacatConfigured != null && metacatConfigured) { |
... | ... | |
177 | 177 |
</ol> |
178 | 178 |
</p> |
179 | 179 |
|
180 |
<hr class=config>
|
|
180 |
<hr class="config-line">
|
|
181 | 181 |
<br clear="right"/> |
182 | 182 |
<h3>Restarting Metacat</h3> |
183 | 183 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
... | ... | |
191 | 191 |
request.getContextPath() %></a> |
192 | 192 |
</p> |
193 | 193 |
|
194 |
<hr class=config>
|
|
194 |
<hr class="config-line">
|
|
195 | 195 |
<%@ include file="./login-footer-section.jsp"%> |
196 | 196 |
|
197 | 197 |
</body> |
Also available in: Unified diff
Clean up formatting on configuration pages