Re: t5: URLWriting and non t5 site

2009-08-10 Thread Martin Strand
I don't know anything about it but Caucho claims to have a working implementation http://www.caucho.com/resin-3.0/quercus/ Martin On Tue, 11 Aug 2009 04:53:34 +0200, Angelo Chen wrote: > > Hi, > > Thanks for the quick reply, is it possible to run a php app in a servlet > container? this migh

Re: t5: URLWriting and non t5 site

2009-08-10 Thread Angelo Chen
Hi, Thanks for the quick reply, is it possible to run a php app in a servlet container? this might open possibilities integrating php apps into t5 app, some more info on this? Angelo Martin Strand-4 wrote: > > If you're running the PHP app from your servlet container I suppose this > could

Re: t5: URLWriting and non t5 site

2009-08-10 Thread Martin Strand
That depends on your setup... If you're running both applications through an Apache instance (with mod_php and a proxy to your servlet container) you could rewrite the request there with mod_rewrite, before it even reaches Tapestry. I don't think you'll be able to change the Host header, but per