I have a scalatra based app with embedded jetty.
My final output structure is /lib /bin /etc
and webapp
is located under etc.
When launching the webapp there is the line which sets the resourceBase
- what is this supposed to be set to in this case?
val context = new WebAppContext()
context setContextPath "/"
context.setResourceBase(???)