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
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
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