Revision 4605
Added by walbridge about 16 years ago
lib/admin/configure-restart.jsp | ||
---|---|---|
83 | 83 |
<br clear="right"/> |
84 | 84 |
<p class="section">Restarting Metacat</p> |
85 | 85 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
86 |
For Tomcat, this would mean calling "$TOMCAT_HOME/bin/tomcat.sh restart" or
|
|
86 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat5.5 restart" or
|
|
87 | 87 |
an equivalent command appropriate to your operating system. After restarting, |
88 | 88 |
you can access your new Metacat server at the URL: |
89 | 89 |
<a href="<%= request.getScheme() + "://" + |
lib/admin/metacat-configuration.jsp | ||
---|---|---|
214 | 214 |
<p> Since this is a reconfiguration, you will need to restart Metacat after any changes.</p> |
215 | 215 |
|
216 | 216 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
217 |
For Tomcat, this would mean calling "$TOMCAT_HOME/bin/tomcat.sh restart" or
|
|
217 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat5.5 restart" or
|
|
218 | 218 |
an equivalent command appropriate to your operating system. After restarting, |
219 | 219 |
you can access your new Metacat server at the URL: |
220 | 220 |
<a href="<%= request.getScheme() + "://" + |
Also available in: Unified diff
Update tomcat location to /etc/init.d version used in user installation instructions