I recall seeing a config value in php that lets you dump the output to the 
console instead of the rendered page. not sure if this is valid if you run php 
under tomcat :P


-----Original Message-----
From: Serge Fonville
Sent:  30/09/2008 19:08:21
To: Tomcat Users List
Subject:  Re: Tomcat 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]> wrote:

>
> ----- Original Message ----- From: "Serge Fonville" <
> [EMAIL PROTECTED]>
> To: <users@tomcat.apache.org>
> 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 busy to learn JSP/TLD/Servlets
>> I installed Tomcat 6.0.18 with PHP 5.2.6 on Windows Vista Business (the
>> production server will be running either Gentoo or CentOS).
>>
>> Installation went fine, no errors. just one thing I couldn't resolve.
>> All output generated by php goes directly to the stderr log file instead
>> of
>> the browser (JSP and servlets work fine)
>>
>> I used
>>
>> http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/
>> and http://wiki.apache.org/tomcat/UsingPhp to configure the two.
>>
>> I started reading about listeners, log4j and servlet mappings.
>> This seemed over the top to me, so I decided to just ask the  question
>> here.
>>
>> Any help is greatly appreciated
>>
>
>
> Dont do it this way... run PHP on Apache httpd... its the PHP container...
> and do your servlet stuff in TC... its a good servlet container.
> Then put Apache httpd in front of TC... read up on the JK connector... and
> then to the browser its *one system*....
> Thats how they do it ;)
>
> If you insist on wanting the Java PHP layer... Resin is probably the
> best... they not calling into a PHP engine, they rewrote it in Java...
> whether they up to date with all modules is the question?
>
> Anyway... just trying to show you that you dont have to change a thing...
> join em ;)
>
> Have fun..
>
> ---------------------------------------------------------------------------
> HARBOR : http://www.kewlstuff.co.za/index.htm
> The most powerful application server on earth.
> The only real POJO Application Server.
> See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
> ---------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to