, , .
Dropwizard, , : Jetty applicationContextPath SimpleServerFactory:103:
environment.getApplicationContext().setContextPath(applicationContextPath);
AssetBundle Context run() (AssetBundle:109):
environment.servlets().addServlet(assetsName, createServlet()).addMapping(uriPath + '*');
, applicationContextPath, YAML, ContextPath ( , )
- /:
applicationContextPath: /
bootstrap() run() AssetBundles :
bootstrap.addBundle(new AssetsBundle("/static", "/"));
environment.jersey().setUrlPattern("/application/*");