8 Replies Latest reply on Jan 25, 2006 1:16 PM by ramone1234

    Serving static content stored in any directory

    thelemmings

      Hi,
      Is it possible to serve static content using Tomcat, without having it stored in the application directory? For example, my whole application is located on context root '/' but I'd like a directory '/images' which is actually stored somewhere else on my filesystem, but not in the web application folder nor war (so that I can cleanly ftp new images in, for example)

      I know that it is possible in Jetty, but how about in Tomcat?

      Thanks