Revision 4605
Added by walbridge about 16 years ago
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