dlmarion commented on code in PR #5942:
URL: https://github.com/apache/accumulo/pull/5942#discussion_r2389266681


##########
server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java:
##########
@@ -460,15 +460,11 @@ public void run() {
     log.info("stop requested. exiting ... ");
   }
 
-  private ServletHolder getDefaultServlet() {
-    return new ServletHolder(new DefaultServlet() {
-      private static final long serialVersionUID = 1L;
-
-      @Override
-      public Resource getResource(String pathInContext) {
-        return Resource.newClassPathResource("/org/apache/accumulo/monitor" + 
pathInContext);
-      }
-    });
+  private ServletHolder getDefaultServlet(ServletContextHandler context) {

Review Comment:
   @ctubbsii - might need your assistance here. The Monitor server is not 
serving up the static files. I've looked at several online resources, not sure 
what to try next.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to