Grizzly Static Content path below the context webapp
问题 Just spent a day trying to get Grizzly Static Content working. The following URL from the Grizzly Blog explained alot: Grizzly STatic Content . I am trying to mimic Tomcat, in that I would the path to the static content to be below the webapp or the context handle. public class SampleAdminApplication extends ResourceConfig { public SampleAdminApplication() { packages("com.companyname.sample.sampleadmin.server.services"); } } public class SampleGrizzlyWebServer { public static void main(String