0 Replies Latest reply on Nov 27, 2006 11:44 AM by upaunel

    selective ressource resolving - root: apache, subfolder:serv

    upaunel

      Hi all,

      Setup is: Apache is supposed to receive trafic from a rich client and retrive ressources: some are static like GIFs, some dynamicaly generated like XML based templates.

      I need that requests like this:
      http://localhost/resources/com/def/Pict.gif to go and
      retrieve the file from the filesystem where apache
      runs and

      http://localhost/resources/com/def/dynamicTempl/*.xml
      to invoke a servlet which will bring back an
      dynamicaly generated XML stream with xml mime type.

      Please help me configure Apache to resolve both
      situations when one path is a subfolder to the other.

      Thank you in advance.