Static content on Wicket application served from OSGi HTTP Service
        Posted  
        
            by Jaime Soriano
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jaime Soriano
        
        
        
        Published on 2010-03-24T10:12:21Z
        Indexed on 
            2010/03/24
            10:13 UTC
        
        
        Read the original article
        Hit count: 663
        
I'm developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don't know how to serve static files (CSS, JS, images and so).
How could I mount a directory as a resource with the static content?
Or should I configure the resource locator in some way?
© Stack Overflow or respective owner