Re: [tomcat] proxy to php app

2004-08-02 Thread Ruth, Brice
This is also what we do. http://www.fiskars.com/ is a Struts/Tiles/JSP web-application, http://www.gerberblades.com/ is a PHP application, both run through the same server, Apache+Tomcat. We're not using JK2, we're using the original JK, but either way - if you setup Apache+JK(2), then you can

Re: [tomcat] proxy to php app

2004-08-02 Thread Vic Cekvenich
I can't use Apache. It has to go to Tomcat. Servlets ideas to write proxy? .V Ernesto Echeverría wrote: I've started to use apache with mod_jk2, meaning that apache handles the web server content and forwards request to tomcat according to your configuration. In that way you keep using all your

Re: [tomcat] proxy to php app

2004-08-02 Thread Ruth, Brice
Well, Tomcat can't load PHPs, so what server are you using to server the PHP content? Why does Tomcat have to be the proxy, instead of the other way around? Writing a proxy servlet sounds like its going to be painful ... Vic Cekvenich wrote: I can't use Apache. It has to go to Tomcat. Servlets

Re: [tomcat] proxy to php app

2004-08-02 Thread Filip Hanik - Dev
look at the balancer webapp, it should do exactly that Filip - Original Message - From: Ruth, Brice [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, August 02, 2004 11:26 AM Subject: Re: [tomcat] proxy to php app Well, Tomcat can't load PHPs, so what server

RE: [tomcat] proxy to php app

2004-08-01 Thread Ernesto Echeverría
I've started to use apache with mod_jk2, meaning that apache handles the web server content and forwards request to tomcat according to your configuration. In that way you keep using all your apache goodies, cgi-bin, php, etc... So my recommendation is: use mod_jk2, keep apache for everything