User: user57
Date: 02/03/06 17:50:52
Modified: src/main/org/jboss Main.java
Log:
o javadoc
Revision Changes Path
1.5 +11 -7 jboss-system/src/main/org/jboss/Main.java
Index: Main.java
===================================================================
RCS file: /cvsroot/jboss/jboss-system/src/main/org/jboss/Main.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Main.java 5 Mar 2002 02:43:47 -0000 1.4
+++ Main.java 7 Mar 2002 01:50:52 -0000 1.5
@@ -27,17 +27,21 @@
import org.jboss.system.server.ServerLoader;
/**
- * The main entry-point for the JBoss server.
+ * Provides a command line interface to start the JBoss server.
*
- * <p>To enable debug messages durring boot, create
- * a log4j properties file named debugboot.properties,
- * specify the base directory path where that file
- * lives with the <tt>-C</tt> option and then tell log4j to
- * use that file with <tt>-Dlog4j.configuration=debugboot.properties</tt>.
+ * <p>
+ * To enable debug or trace messages durring boot change the Log4j
+ * configuration to use either <tt>log4j-debug.properties</tt>
+ * <tt>log4j-trace.properties</tt> by setting the system property
+ * <tt>log4j.configuration</tt>:
+ *
+ * <pre>
+ * ./run.sh -Dlog4j.configuration=log4j-debug.properties
+ * </pre>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason Dillon</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class Main
{
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development