Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Creating directory resources



Hello,

in Tomcat 8, you can create directory resources by adding the following lines to the context.xml file:

   <Resources>

                
                <PostResources
                        className="org.apache.catalina.webresources.DirResourceSet"
                        base="/mnt/abc_pdf/PDF/XXX"
                        webAppMount="/xxxarchives"
                />

can you create such resources in Jetty? If so, how?

Cheers,

Philippe


Back to the top