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]



php and apache tomcat

2005-03-20 Thread peter smith
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]



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]


Setting PHP for Apache Tomcat

2004-08-18 Thread david.brossard
Is it actually possible to configure Tomcat to work with PHP? If so, how?

the PHP installation guide refers to httpd.conf or srm.conf neither of which exist in 
Tomcat.

Thanks for your input,
David.

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



Re: Setting PHP for Apache Tomcat

2004-08-18 Thread Tim Funk
http://wiki.apache.org/jakarta-tomcat/UsingPhp
-Tim
[EMAIL PROTECTED] wrote:
Is it actually possible to configure Tomcat to work with PHP? If so, how?
the PHP installation guide refers to httpd.conf or srm.conf neither of which exist in Tomcat.

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


RE: Setting PHP for Apache Tomcat

2004-08-18 Thread david.brossard
I'm running Win2k. Should I have to use Cygwin to install PHP then?

http://wiki.apache.org/jakarta-tomcat/UsingPhp

-Tim

[EMAIL PROTECTED] wrote:
 Is it actually possible to configure Tomcat to work with PHP? If so, how?
 
 the PHP installation guide refers to httpd.conf or srm.conf neither of which exist 
 in Tomcat.

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



Re: Setting PHP for Apache Tomcat

2004-08-18 Thread Tim Funk
I have no clue - I only know enough about this topic to copy/paste a URL ;)
-Tim
[EMAIL PROTECTED] wrote:
I'm running Win2k. Should I have to use Cygwin to install PHP then?

http://wiki.apache.org/jakarta-tomcat/UsingPhp

-Tim

[EMAIL PROTECTED] wrote:
Is it actually possible to configure Tomcat to work with PHP? If so, how?
the PHP installation guide refers to httpd.conf or srm.conf neither of which exist in Tomcat.
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Shapira, Yoav

Hola,
Yeah, you need Cygwin at this point I think ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 8:01 AM
To: Tomcat Users List
Subject: Re: Setting PHP for Apache Tomcat

I have no clue - I only know enough about this topic to copy/paste a
URL ;)

-Tim

[EMAIL PROTECTED] wrote:

 I'm running Win2k. Should I have to use Cygwin to install PHP then?


http://wiki.apache.org/jakarta-tomcat/UsingPhp


-Tim


[EMAIL PROTECTED] wrote:

Is it actually possible to configure Tomcat to work with PHP? If so,
how?

the PHP installation guide refers to httpd.conf or srm.conf neither
of
which exist in Tomcat.


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Hi,

Cygwin isn't necessarily required, I have previously
used php 4.2.2 with Apache 2.0.39, but other combinations
should be straight forward enough to get up and running.

http://www.php.net/downloads.php

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 18 August 2004 14:03
To: Tomcat Users List
Subject: RE: Setting PHP for Apache Tomcat



Hola,
Yeah, you need Cygwin at this point I think ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 8:01 AM
To: Tomcat Users List
Subject: Re: Setting PHP for Apache Tomcat

I have no clue - I only know enough about this topic to copy/paste a
URL ;)

-Tim

[EMAIL PROTECTED] wrote:

 I'm running Win2k. Should I have to use Cygwin to install PHP then?


http://wiki.apache.org/jakarta-tomcat/UsingPhp


-Tim


[EMAIL PROTECTED] wrote:

Is it actually possible to configure Tomcat to work with PHP? If so,
how?

the PHP installation guide refers to httpd.conf or srm.conf neither
of
which exist in Tomcat.


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
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: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Sorry, my mistake, you weren't using Apache, just Tomcat :)

-Original Message-
From: Keates, Mark 
Sent: 18 August 2004 14:27
To: 'Tomcat Users List'
Subject: RE: Setting PHP for Apache Tomcat


Hi,

Cygwin isn't necessarily required, I have previously
used php 4.2.2 with Apache 2.0.39, but other combinations
should be straight forward enough to get up and running.

http://www.php.net/downloads.php


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



Re[2]: Setting PHP for Apache Tomcat

2004-08-18 Thread Eugene
Hi! I have two different configurations with PHP 4.3.4 and 5 on two
different Win 2003 servers, I've installed it without Cygwin. If you
will install it from pre-compiled mod_perl 1.0 with Apache 2
distribution - then yes you need it, but its not necessary. Also you
maybe need nmake if you want full package. Anyway all works without
cygwin on my computers.

Regards.

Wednesday, August 18, 2004, 7:55:49 AM, you wrote:

dbbc I'm running Win2k. Should I have to use Cygwin to install PHP then?

http://wiki.apache.org/jakarta-tomcat/UsingPhp

-Tim

[EMAIL PROTECTED] wrote:
 Is it actually possible to configure Tomcat to work with PHP? If so, how?
 
 the PHP installation guide refers to httpd.conf or srm.conf
 neither of which exist in Tomcat.

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




-- 
Best regards,
 Eugenemailto:[EMAIL PROTECTED]


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