Revision 6558
Added by ben leinfelder about 13 years ago
metacat-configuration.jsp | ||
---|---|---|
215 | 215 |
<p> Since this is a reconfiguration, you will need to restart Metacat after any changes.</p> |
216 | 216 |
|
217 | 217 |
<p>The simplest way to restart metacat is to restart the entire servlet engine. |
218 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat5.5 restart" or
|
|
218 |
For Tomcat, this would mean calling "sudo /etc/init.d/tomcat6 restart" or
|
|
219 | 219 |
an equivalent command appropriate to your operating system. After restarting, |
220 | 220 |
you can access your new Metacat server at the URL: |
221 | 221 |
<a href="<%= contextURL %>"><%= contextURL %></a> |
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.