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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
