Re: PHP on Tomcat?

2010-08-28 Thread 王科选
unsubscr...@tomcat.apache.org 2010/8/29, Björn Wilmsmann : > Hi Michel, > > On 29 August 2010 00:31, michel wrote: > >> My idea about HTTP being a resource hog came from my ISP. > > I don't get how your ISP comes to this conclusion. Compared with > Tomcat and Java, Apache Httpd is really lean, wh

Re: PHP on Tomcat?

2010-08-28 Thread Björn Wilmsmann
Hi Michel, On 29 August 2010 00:31, michel wrote: > My idea about HTTP being a resource hog came from my ISP. I don't get how your ISP comes to this conclusion. Compared with Tomcat and Java, Apache Httpd is really lean, which is the main reason why PHP hosting plans are so popular. -- Best r

Re: PHP on Tomcat?

2010-08-28 Thread michel
- Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Saturday, August 28, 2010 5:02 PM Subject: Re: PHP on Tomcat? michel wrote: ... I can set up HTTPD, but I am working of a rented Linux box with limited resources and HTTPD would be res

Re: PHP on Tomcat?

2010-08-28 Thread André Warnier
michel wrote: ... I can set up HTTPD, but I am working of a rented Linux box with limited resources and HTTPD would be resource heavy. ... If you are already running Java stuff and Tomcat on that box anyway, then comparatively speaking the additional resources usage by Apache httpd should not

Re: PHP on Tomcat?

2010-08-28 Thread michel
- Original Message - From: "Pid" To: "Tomcat Users List" Sent: Saturday, August 28, 2010 7:45 AM Subject: Re: PHP on Tomcat? On 27/08/2010 23:30, michel wrote: I have tried running PHP using Quercus, and I may have screwed it up but it worked poorly, with some

Re: PHP on Tomcat?

2010-08-28 Thread Pid
On 27/08/2010 23:30, michel wrote: > I have tried running PHP using Quercus, and I may have screwed it up but it > worked poorly, with some of the PHP code not being interpreted, instead > showing up on the wepage as text. I have also seen different PHP/Java bridge > implementation, but just loo

Re: PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Jonathan Mast
I found that cause was that my dev machine (Windows XP) wasn't in the db privileges. I found this by testing the page in Internet Explorer where the error was outputted to the page. I typically use FireFox which was causing Tomcat to fail. This is a VERY CURIOUS error, I believed Tomcat to be is

Re: PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Max Sevenfold
What do you have in your log files? Jonathan Mast wrote: Is there anyway that I can prevent Tomcat 5.5 on Windows XP from dying when I execute the following code in an PHP page: $db_link = mysql_connect($db_host, $db_user, $db_pass, $new_link) or die ("Unable to connect to database"); Th

Re: PHP on Tomcat

2006-12-19 Thread dl
Ran-2 wrote: > > Has anyone managed to get PHP4/5 to work on Tomcat ? Try here .. http://tools.herberlin.de/phpservlet/index.shtml phpservlet.war .. this worked for me on PHP5 (note: read configuration file re: use of php-cgi.exe). -- View this message in context: http://www.nabble.com/PHP

Re: PHP on Tomcat

2006-12-14 Thread Hassan Schroeder
On 12/14/06, Ran <[EMAIL PROTECTED]> wrote: Has anyone managed to get PHP4/5 to work on Tomcat ? Do I still need to patch source code when using php 4.4.4 ? PHP 4, yes -- 5 apparently doesn't come with build-a-servlet support :-) It's been quite a while, but I don't recall "patching source" a