Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Running a standalone server

Keith,

Here's a bunch of examples of how to configure jetty to do various things in an embedded scenario:  https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/examples/embedded/src/main/java/org/eclipse/jetty/embedded

Jan

On 26 October 2017 at 13:53, Keith Brown <keith6014@xxxxxxxxx> wrote:
Currently, I am running a stanalone server by doing this:
java -Dorg.eclipse.jetty.util.log.DEBUG=true -cp
.:../jetty-all-9.4.7.v20170914-uber.jar HelloWorld

by following https://wiki.eclipse.org/Jetty/Tutorial/Jetty_HelloWorld

Is there a way I can simulate a start.ini with this setup? and
jetty.xml and webapp? How can I also setup request logs
(https://www.eclipse.org/jetty/documentation/9.4.x/configuring-jetty-request-logs.html)
with this setup?

I want something small and functionocal while not trying to fight
layers of directories and files.

Any thoughts would be much appreciated.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top