RE: Tomcat outputs php to stderr

2008-10-02 Thread Peng Tuck Kwok
outputs php to stderr Thank you so far, I will definitely look into Quercus. Still, I would like to understand why output is sent to stderr and if it can be solved (I recall running PHP and tomcat in the past) without problems On Tue, Sep 30, 2008 at 12:04 AM, Johnny Kewl <[EMAIL PROTECTED]>

Re: Tomcat outputs php to stderr

2008-09-30 Thread Konstantin Kolinko
How did you install your PHP 5.2.6? Following the instructions from that "blog.taragana.com" page that you mentioned, I should have found php5servlet.dll and phpsrvlt.jar in pecl-5.2.6-Win32.zip. Those files were there in 5.0.2, but they are absent in 5.2.6. Also, I cannot find the sources for t

Re: Tomcat outputs php to stderr

2008-09-30 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, September 30, 2008 6:56 PM Subject: Re: Tomcat outputs php to stderr - Original Message - From: "Serge Fonville" <[EMAIL PROTECTED]&g

Re: Tomcat outputs php to stderr

2008-09-30 Thread Johnny Kewl
- Original Message - From: "Serge Fonville" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, September 30, 2008 1:08 PM Subject: Re: Tomcat outputs php to stderr Thank you so far, I will definitely look into Quercus. Still, I would like to und

Re: Tomcat outputs php to stderr

2008-09-30 Thread Serge Fonville
Thank you so far, I will definitely look into Quercus. Still, I would like to understand why output is sent to stderr and if it can be solved (I recall running PHP and tomcat in the past) without problems On Tue, Sep 30, 2008 at 12:04 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Origina

Re: Tomcat outputs php to stderr

2008-09-29 Thread Johnny Kewl
- Original Message - From: "Serge Fonville" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 6:00 PM Subject: Tomcat outputs php to stderr Hi, I am developing a ticket system which should use servlets to connect to the various resources. Currently I am a php developer and

Re: Tomcat outputs php to stderr

2008-09-29 Thread Gabe Wong
Hi Serge, Besides using PHP/Apache, the next best thing is Quercus. More info could be found here: http://quercus.caucho.com/ Regards Serge Fonville wrote: Hi, I am developing a ticket system which should use servlets to connect to the various resources. Currently I am a php developer and busy