Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] "No such OPTIONS" exception for OPTIONS=logging

Hello!
http://wiki.eclipse.org/Jetty/Tutorial/Sifting_Logs_with_Logback suggests me add "logging" OPTIONS but there is not such option:

libor@pc-libor ~/dev/jetty$ java -jar start.jar OPTIONS=logging
java.lang.IllegalArgumentException: No such OPTIONS: logging
at org.eclipse.jetty.start.Config.getCombinedClasspath(Config.java:411)
at org.eclipse.jetty.start.Config.getActiveClasspath(Config.java:388)
at org.eclipse.jetty.start.Main.start(Main.java:513)
at org.eclipse.jetty.start.Main.main(Main.java:95)

Usage: java -jar start.jar [options] [properties] [configs]
       java -jar start.jar --help  # for more information

Where are OPTIONS defined and why above ends up with exception? Thanks.

--
Hezky den / Have a nice day
Libor JELÍNEK

VIRTAGE SOFTWARE // software - design - web
Lucni 542 // 285 04 Uhlirske Janovice // Czech Republic
support: +420 315 555 488 // cell: +420 777 205 142
email/jabber: ljelinek@xxxxxxxxxxx // web: www.virtage.com

Visit our developer adventures at http://devblog.virtage.com!

Back to the top