next up previous contents
Next: 7 Examples Up: JOTM Installation Guide Previous: 5 Project Structure   Contents

Subsections


6 Run JOTM

Once you've a distribution of JOTM, you can directly use it.
To give it a try, go to the lib/ directory of your JOTM distribution and type:
$ java -classpath jotm.jar org.objectweb.jotm.Main --help
You should then see an help message from JOTM
Congratulations! JOTM is working!


6.1 Log configuration

Since version 1.4, JOTM uses Commons Logging and Log4J as its log system.
Log configuration is stored in a file, log4j.properties, located in the config/ directory of your JOTM distribution.

For more information on Commons Logging and Log4J, see Commons Logging Javadoc and Log4J documentation.



Jeff Mesnil 2003-07-30