Skip to main content

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

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.


Back to the top