What is correct URL to specify ResourceBase of JAR “resources/webapp” folder for embedded Jetty?
问题 We want a simple embedded Jetty servelet with the web resources inside a JAR-file's resources folder. We have some properties files in the JAR and load them using a resources path. We want to specify the Jetty Resource Base to be: resources/ webapp set: resource_handler. setResourceBase ( "webapp" ) Via the correct URL to point to that resource in the JAR file. Folder in the JAR file. This is a bare bones JAR file (not WAR, no frameworks, without Spring, as vanilla as we may ). Initial tests