Revision 6558
Added by ben leinfelder about 13 years ago
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 "sudo /etc/init.d/tomcat5.5 restart" or
|
|
86 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat6 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() + "://" + |
Also available in: Unified diff
remove reference to tomcat5.5 in favor of tomcat6. including the "custom" start up script that used the sun jdk -- this can be configured rather than coded into the script.