Rocco Scappatura wrote:
...
>> Pid wrote...
Wait, so you're running HTTPD + Tomcat?
And you have PHP running inside Tomcat, instead of running inside HTTPD?
Why aren't you using mod_php?
Because I need to apply a JSP filter to the PHP page too.. If I demand the
processing of php page to HTTPD I can't apply the JSP filter to that page.
Just to provide you with even more options then : as far as I know, you
can run PHP as an output filter in Apache httpd. So you could forward
the request to Tomcat for the JSP part and, on the Tomcat response,
apply your PHP output filter in Apache on the way back.
As a matter of general application design however, I must say that I
find this combination rather on the heavy side. I mean Java /and/ PHP.
What is it that you absolutely have to do in Java, and in PHP, that you
cannot substitute by just one of them ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org