Skip to main content

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

Right Thomas - I did not :-) But I would like to understand in general how Jetty knows which OPTION means which JARs. 

Please direct me where to find out more.

Thanks,
Libor

On Tue, Jan 29, 2013 at 1:23 PM, Thomas Becker <tbecker@xxxxxxxxxxx> wrote:
Hi Libor,

did you execute step 2) of the howto:

Install the slf4j and logback jars into ${jetty.home}/lib/logging/.

    slf4j-api-1.6.1.jar
    logback-classic-0.9.29.jar
    logback-core-0.9.29.jar

I guess not. ;)

Cheers,
Thomas

Am 1/29/13 1:06 PM, schrieb Libor Jelinek:
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 <mailto:ljelinek@xxxxxxxxxxx> // web:
www.virtage.com <http://www.virtage.com>


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


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top