RE: PHP support in tomcat

2008-06-05 Thread Loehr, Ruel
Check out jbossweb.It's a fork of tomcat and has support for running php. -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 9:57 AM To: Tomcat Users List Subject: Re: PHP support in tomcat - Original Message - From: "Ju

Re: PHP support in tomcat

2008-06-05 Thread Johnny Kewl
- Original Message - From: "Jury Levykin" <[EMAIL PROTECTED]> To: Sent: Thursday, June 05, 2008 3:50 PM Subject: PHP support in tomcat Hi, is it possible to configure tomcat to support PHP? I need to execute some PHP scripts. The scripts should be located in th

Re: PHP support in tomcat

2008-06-05 Thread Mikolaj Rydzewski
Jury Levykin wrote: is it possible to configure tomcat to support PHP? I need to execute some PHP scripts. The scripts should be located in the same directory with Java web application. Well, I just don't believe it will work correctly. I'd rather do one of the following: 1. run apache h

AW: PHP support in tomcat

2008-06-05 Thread Stefan Oestreicher
1.6.6 -Ursprüngliche Nachricht- Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 05. Juni 2008 15:55 An: Tomcat Users List Betreff: Re: PHP support in tomcat 2008/6/5 Jury Levykin <[EMAIL PROTECTED]>: > is it possible to configure tomcat to support PH

Re: PHP support in tomcat

2008-06-05 Thread Antonio Petrelli
2008/6/5 Jury Levykin <[EMAIL PROTECTED]>: > is it possible to configure tomcat to support PHP? GIYF: http://wiki.apache.org/tomcat/UsingPhp Antonio - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

PHP support in tomcat

2008-06-05 Thread Jury Levykin
Hi, is it possible to configure tomcat to support PHP? I need to execute some PHP scripts. The scripts should be located in the same directory with Java web application. Please send links onto howto if it is possible. Thanks! -