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
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to