Re: php and apache tomcat

2005-03-24 Thread peter smith
this isnt a horse.but I would like a stable way of intergrating
PHP 5 with Apache tomcat 4.1

so if anyone has managed it...would love to know how to do it

Pete


On Mon, 21 Mar 2005 03:42:36 +0100, iƱaki [EMAIL PROTECTED] wrote:
 But is stable?
 Pablo E. Siciliano wrote:
 
 I haven't tried this, but I suppose you can also compile php as CGI and use
 it via CGI servlet. And you can configure apache + tomcat using mod_jk, and
 serve php pages with the Apache server.
 
 
 
 Regards,
 Pablo E. Siciliano.
 
 - Original Message -
 From: Hassan Schroeder [EMAIL PROTECTED]
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Sent: Sunday, March 20, 2005 9:22 PM
 Subject: Re: php and apache tomcat
 
 
 
 
 Benson Margulies wrote:
 
 
 Apache isn't the same thing as 'Apache Software Foundation / Jakarta
 Tomcat'. The usual PHP requires plain old Apache, not Tomcat.
 
 
 Well -- yes to the first, not exactly to the second.
 
 The chances are good that the original poster is confused about the
 difference between Apache httpd and Tomcat, but PHP 4 has an option
 in the `configure` script to build a PHP servlet.
 
 I've built it, run it, used it for lightweight PHP stuff. Works OK,
 more or less, but any significant glitch takes the whole JVM down.
 In other words, not suitable for serious production use, but fine
 for running one calendar app, or some such trivia  :-)
 
 The servlet build function seems to be missing in PHP5, though.
 
 FWIW,
 --
 Hassan Schroeder - [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
 
dream.  code.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/05
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: php and apache tomcat

2005-03-20 Thread Benson Margulies
Apache isn't the same thing as 'Apache Software Foundation / Jakarta
Tomcat'. The usual PHP requires plain old Apache, not Tomcat.  

-Original Message-
From: peter smith [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 20, 2005 5:59 PM
To: tomcat-user@jakarta.apache.org
Subject: php and apache tomcat

I have an apache tomcat server 4.1 running on my PC, I tried to install
PHP using hte installer adn it came up with the option to allow it to
run with an apache server.  but when I choose it, there was an error
message saying that a config file was missing..the file it was
requesting wasnt on my system at all.  Anyone else get this problem?

Pete

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: php and apache tomcat

2005-03-20 Thread Hassan Schroeder
Benson Margulies wrote:
Apache isn't the same thing as 'Apache Software Foundation / Jakarta
Tomcat'. The usual PHP requires plain old Apache, not Tomcat.  
Well -- yes to the first, not exactly to the second.
The chances are good that the original poster is confused about the
difference between Apache httpd and Tomcat, but PHP 4 has an option
in the `configure` script to build a PHP servlet.
I've built it, run it, used it for lightweight PHP stuff. Works OK,
more or less, but any significant glitch takes the whole JVM down.
In other words, not suitable for serious production use, but fine
for running one calendar app, or some such trivia  :-)
The servlet build function seems to be missing in PHP5, though.
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: php and apache tomcat

2005-03-20 Thread Pablo E. Siciliano
I haven't tried this, but I suppose you can also compile php as CGI and use
it via CGI servlet. And you can configure apache + tomcat using mod_jk, and
serve php pages with the Apache server.



Regards,
Pablo E. Siciliano.

- Original Message - 
From: Hassan Schroeder [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Sunday, March 20, 2005 9:22 PM
Subject: Re: php and apache tomcat


 Benson Margulies wrote:
  Apache isn't the same thing as 'Apache Software Foundation / Jakarta
  Tomcat'. The usual PHP requires plain old Apache, not Tomcat.

 Well -- yes to the first, not exactly to the second.

 The chances are good that the original poster is confused about the
 difference between Apache httpd and Tomcat, but PHP 4 has an option
 in the `configure` script to build a PHP servlet.

 I've built it, run it, used it for lightweight PHP stuff. Works OK,
 more or less, but any significant glitch takes the whole JVM down.
 In other words, not suitable for serious production use, but fine
 for running one calendar app, or some such trivia  :-)

 The servlet build function seems to be missing in PHP5, though.

 FWIW,
 -- 
 Hassan Schroeder - [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

dream.  code.



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -- 
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/05




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: php and apache tomcat

2005-03-20 Thread iaki
But is stable?
Pablo E. Siciliano wrote:
I haven't tried this, but I suppose you can also compile php as CGI and use
it via CGI servlet. And you can configure apache + tomcat using mod_jk, and
serve php pages with the Apache server.

Regards,
Pablo E. Siciliano.
- Original Message - 
From: Hassan Schroeder [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Sunday, March 20, 2005 9:22 PM
Subject: Re: php and apache tomcat

 

Benson Margulies wrote:
   

Apache isn't the same thing as 'Apache Software Foundation / Jakarta
Tomcat'. The usual PHP requires plain old Apache, not Tomcat.
 

Well -- yes to the first, not exactly to the second.
The chances are good that the original poster is confused about the
difference between Apache httpd and Tomcat, but PHP 4 has an option
in the `configure` script to build a PHP servlet.
I've built it, run it, used it for lightweight PHP stuff. Works OK,
more or less, but any significant glitch takes the whole JVM down.
In other words, not suitable for serious production use, but fine
for running one calendar app, or some such trivia  :-)
The servlet build function seems to be missing in PHP5, though.
FWIW,
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/05
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]