Re: [jetty-user] OPTIONS - JAR dependencies
Joakim Erdfelt <[email protected]> Thu, 29 Dec 2011 13:22:16 -0700
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <CAG4zZZA+Rg+P3gT-rChb=Jt2bTb-+fx77gNv6E44KSKazERcHg@mail.gmail.com> |
You can see what the OPTIONS do with the command line.
$ java -jar start.jar --list-options
Don't forget to poke around the other command line options
$ java -jar start.jar --help
The specific OPTIONS that are listed come from a combination of sources.
There's the list specified in start.config
https://github.com/eclipse/jetty.project/blob/master/jetty-start/src/main/resources/org/eclipse/jetty/start/start.config
And the last line in there tells jetty's start.jar to also treat
subdirectories under ${jetty.home}/lib/ as OPTIONs as well.
--
Joakim Erdfelt
[email protected]
http://webtide.com | http://intalio.com
(the people behind jetty and cometd)
On Thu, Dec 29, 2011 at 11:46 AM, Michael Kelleher <[email protected]>wrote:
> Hello,
>
> For the following OPTIONS, does anyone know, or know an easy way of
> determining the dependant JAR files for these OPTIONS?
>
> OPTIONS=Server,jmx,ajp,setuid
>
>
> I suspect that there are none for JMX, as that is part of the JDK, but
> would like to know definitively.
>
>
> If I should have used the DEV forum, I apologize ahead of time.
>
> thanks,
>
> --mike
>
> ------------------------------**------------------------------**---------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email>
>
>
>