yoavs 2004/12/08 06:34:56 Modified: catalina/src/share/org/apache/catalina/startup Embedded.java Log: Updatd JavaDoc to reflect the fact there's no longer a complete example in main(). Revision Changes Path 1.27 +3 -9 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Embedded.java Index: Embedded.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Embedded.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- Embedded.java 3 Nov 2004 12:02:45 -0000 1.26 +++ Embedded.java 8 Dec 2004 14:34:56 -0000 1.27 @@ -92,14 +92,8 @@ * To initiate a normal shutdown, call the <code>stop()</code> method of * this object. * <p> - * <strong>IMPLEMENTATION NOTE</strong>: The <code>main()</code> method of - * this class is a simple example that exercizes the features of dynamically - * starting and stopping various components. You can execute this by executing - * the following steps (on a Unix platform): - * <pre> - * cd $CATALINA_HOME - * ./bin/catalina.sh embedded - * </pre> + * @see org.apache.catalina.startup.Catalina#main For a complete example + * of how Tomcat is set up and launched as an Embedded application. * * @author Craig R. McClanahan * @version $Revision$ $Date$
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]