> It does but that means that in one application I have to use files with ".jsp" > and the other one with ".jsps" which is probably not desirable. My question is > still: > > How do I set up the zones so that all jsp files in the url starting with > /app1/..... are mapped to one zone and /app2/..... are mapped to another zone? Try using virtual hosts. It should work.