RE: Tomcat and PHP?

2005-05-18 Thread Fritz Schneider
Try this: http://tools.herberlin.de/phpservlet/index.shtml Fritz -Original Message- From: Chris Holden [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 3:52 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat and PHP? Hi, I was wondering if anyone knows if it's possible to

Re: Tomcat with PHP?

2005-04-19 Thread andrew
Dear Cameron, You will need to use Apache with PHP, and use the Tomcat/ Apache connector so that apache pushes the requests through to tomcat (jkmod) Effectively you will have 2 seperate applications, and use the URLs/ browser requests to talk with each other Andrew Cameron Sim wrote:

RE: Tomcat with PHP?

2005-04-19 Thread david joffrin
Hi, Yes, it is possible, however, I had a very bad experience with it, especially PHP4 (I think this is not maintained anymore). I can not find (quickly) a web site that explains how to set it up, but search for phpsrvlt on the net. The principle is based on a servlet that catches the *.php and

RE: Tomcat with PHP?

2005-04-19 Thread Cameron Sim
Thanks mate, found some good pages. From: david joffrin [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: RE: Tomcat with PHP? Date: Tue, 19 Apr 2005 09:11:02 + Hi, Yes, it is possible, however, I had a very bad experience

Re: Tomcat with PHP?

2005-04-19 Thread Cameron Sim
Thanks mate. From: andrew [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat with PHP? Date: Tue, 19 Apr 2005 11:04:41 +0200 Dear Cameron, You will need to use Apache with PHP, and use the Tomcat

Re: Tomcat with PHP?

2005-04-19 Thread Nikola Milutinovic
Cameron Sim wrote: Thanks mate. From: andrew [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat with PHP? Date: Tue, 19 Apr 2005 11:04:41 +0200 Dear Cameron, You will need to use Apache with PHP

Re: Tomcat and PHP

2004-07-16 Thread QM
On Fri, Jul 16, 2004 at 11:15:58AM -0500, Ryan McCain wrote: : I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need : to configure in Tomcat so that it knows what to do w/ .php files? : Tomcat is acting as the webserver and not apache. These instructions imply PHP v4:

Re: Tomcat and PHP

2004-07-16 Thread Tim Funk
http://marc.theaimsgroup.com/?l=tomcat-userm=108481556529975w=2 -Tim Ryan McCain wrote: I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need to configure in Tomcat so that it knows what to do w/ .php files? Tomcat is acting as the webserver and not apache.

RE: Tomcat and PHP

2004-07-16 Thread Patrick Willart
grts, Patrick -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:26 AM To: Tomcat Users List Subject: Re: Tomcat and PHP On Fri, Jul 16, 2004 at 11:15:58AM -0500, Ryan McCain wrote: : I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I

RE: Tomcat and PHP

2003-11-03 Thread Hart, Justin
Why not connect Tomcat to Apache, and use mod-php? -Original Message- From: Joao Medeiros [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 12:08 PM To: Tomcat Users List Subject: Tomcat and PHP Hi folks, I was wondering if anyone has any experience with Tomcat serving PHP...

RE: Tomcat and PHP - It's possible

2003-11-03 Thread Patrick Willart
Hello Joao, I have read an article on http://www.3plus4software.de/ in which Tomcat's cgi servlet was configured to serve PHP. I haven't tested it myself and the information is in German, but it didn't look very complicated. Unfortunately I couldn't find the article anymore on their site.

Re: Tomcat and PHP-servlet?

2002-10-14 Thread Sven Köhler
forget this post ... i now know, that the php-servlet is still experimental ... Sven Köhler wrote: hi, in the PHP-docs, a servlet is mentioned, that makes .php pages runnable again (somehow by loading PHP into the JavaVM). How stable can that be? I worry aout the following: PHP

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Keep Apache set up with CGIs and Modules as before, you need to integrate Tomcat with Apache, so here goes Chris. Setting up Tomcat, J2EE and Web Services with Apache on Windows Install Java 2 Standard Edition 1.4 Run the J2SE installer, and choose to install to c:\Program

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
Chris, That won't work, the mod_webapp connector doesn't work on Windows platforms. Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 12:24 PM Subject: RE: Tomcat 4

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of James Williamson Sent: 16 April 2002 13:30 To: Tomcat Users List Subject: Re: Tomcat 4 + PHP + CGI Chris, That won't work, the mod_webapp connector doesn't work on Windows platforms. Regards, James

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
OK). Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:50 PM Subject: RE: Tomcat 4 + PHP + CGI Hi James, you can get a working binary with mod_webapp

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Of James Williamson Sent: 16 April 2002 13:52 To: Tomcat Users List Subject: Re: Tomcat 4 + PHP + CGI Thanks Chris, We attempted this but this fairly recent e-mail from mod_webapp's author (attached) stopped us in our tracks. If you view the code you'll see it's not re-entrant, which with Windows