r4605 - trunk/lib/admin

walbridge at ecoinformatics.org walbridge at ecoinformatics.org
Thu Nov 20 16:54:43 PST 2008


Author: walbridge
Date: 2008-11-20 16:54:43 -0800 (Thu, 20 Nov 2008)
New Revision: 4605

Modified:
   trunk/lib/admin/configure-restart.jsp
   trunk/lib/admin/metacat-configuration.jsp
Log:
Update tomcat location to /etc/init.d version used in user installation instructions


Modified: trunk/lib/admin/configure-restart.jsp
===================================================================
--- trunk/lib/admin/configure-restart.jsp	2008-11-20 19:51:01 UTC (rev 4604)
+++ trunk/lib/admin/configure-restart.jsp	2008-11-21 00:54:43 UTC (rev 4605)
@@ -83,7 +83,7 @@
 <br clear="right"/>
 <p class="section">Restarting Metacat</p>
 <p>The simplest way to restart metacat is to restart the entire servlet engine.
-   For Tomcat, this would mean calling "$TOMCAT_HOME/bin/tomcat.sh restart" or
+   For Tomcat, this would mean calling "sudo /etc/init.d/tomcat5.5 restart" or
    an equivalent command appropriate to your operating system. After restarting,
    you can access your new Metacat server at the URL:
    <a href="<%= request.getScheme() + "://" + 

Modified: trunk/lib/admin/metacat-configuration.jsp
===================================================================
--- trunk/lib/admin/metacat-configuration.jsp	2008-11-20 19:51:01 UTC (rev 4604)
+++ trunk/lib/admin/metacat-configuration.jsp	2008-11-21 00:54:43 UTC (rev 4605)
@@ -214,7 +214,7 @@
 	<p> Since this is a reconfiguration, you will need to restart Metacat after any changes.</p>
 	
 	<p>The simplest way to restart metacat is to restart the entire servlet engine.
-	   For Tomcat, this would mean calling "$TOMCAT_HOME/bin/tomcat.sh restart" or
+	   For Tomcat, this would mean calling "sudo /etc/init.d/tomcat5.5 restart" or
 	   an equivalent command appropriate to your operating system. After restarting,
 	   you can access your new Metacat server at the URL:
  	  <a href="<%= request.getScheme() + "://" + 



More information about the Metacat-cvs mailing list