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

Well, in that case you put your jars into lib/logging. By specifying logging in OPTIONS you tell jetty to look for jars in that directory (lib/logging) and make them available.

Am 1/29/13 1:35 PM, schrieb Libor Jelinek:
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
<mailto: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
        <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 <tel:%2B420%20315%20555%20488> //
        cell: +420 777 205 142 <tel:%2B420%20777%20205%20142>
        email/jabber: ljelinek@xxxxxxxxxxx <mailto:ljelinek@xxxxxxxxxxx>
        <mailto:ljelinek@xxxxxxxxxxx <mailto:ljelinek@xxxxxxxxxxx>> // web:
        www.virtage.com <http://www.virtage.com> <http://www.virtage.com>


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


        _________________________________________________
        jetty-users mailing list
        jetty-users@xxxxxxxxxxx <mailto:jetty-users@xxxxxxxxxxx>
        https://dev.eclipse.org/__mailman/listinfo/jetty-users
        <https://dev.eclipse.org/mailman/listinfo/jetty-users>


    _________________________________________________
    jetty-users mailing list
    jetty-users@xxxxxxxxxxx <mailto:jetty-users@xxxxxxxxxxx>
    https://dev.eclipse.org/__mailman/listinfo/jetty-users
    <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