Hi,
Unlike many others who use Apache to serve static content, I would like to use Tomcat for static content. This because it's easier to deploy (a war file and that's all) and because performance is not an issue at the moment.

So I have my Tapestry application in /servlet/app and static content in /servlet/images and /servlet/data At the moment, that's fine, I can get /servlet/images/bla.jpg without problems. But I would like that my application also respond to /servlet instead of only to /servlet/app. This is easy (add a servlet-mapping) but then /servlet/images is no more served but redirected to my application...

My question: how do I redirect /servlet/images to my images PATH whic /servlet goes to my servlet?

Thanks a lot for tips and help.
-jec

--
Best regards / Salutations.

Jean-Eric Cuendet
Senior developer / Technical support
Riskpro Technologies SA
Av. Louis-Ruchonnet 2
CH-1003 Lausanne
Switzerland

Direct    : +41 21 637 0123
Principal : +41 21 637 0110
Fax       : +41 21 637 0111
Skype     : jec.rptec
Web       : http://www.rptec.ch
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to