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.1, JOTM uses Monolog as its log system.
Log configuration is stored in a file, trace.properties, located in the config/ directory of your JOTM distribution.
By default, only info log will be displayed to the screen. If you want to write to a file instead, you can set the logger.org.objectweb.handler.0 property to logf. Logs will then be put in a file jotm.log which is created in the directory from where you start JOTM.

For more information on Monolog and Log configuration, see Monolog documentation.



Jeff Mesnil 2003-03-11