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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988951#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...