Re: Tomcat supporting PHP

2007-09-10 Thread Endre Stølsvik
Sorry for posting on this old thread, and then even to my own post.. However, in the name of the archives and anyone interested: It is GPL, and it is a native Resin feature, and both of those things are very sad. But it is a very interesting project, and it is definitly open source, though

Re: Tomcat supporting PHP

2007-08-31 Thread Endre Stølsvik
Joe Nathan wrote: I am talking about in-built capability that people do NOT need to install heaps of cranky-installation software packages! I just came around to read this old thread, and I am surprised that no-one seems to know about Quercus from Caucho, the Resin guys:

Re: Tomcat supporting PHP

2007-07-19 Thread Lilianne E. Blaze
Joe Nathan wrote: arjan tijms wrote: I'm not really sure about that. For instance, even PHP web sites 'admit' that Java is a great deal larger: http://www.phpmag.net/magphpde/magphpde_news/psecom,id,27191,nodeid,5.html Typically book stores (at least in Europe) carry more book about

Re: Tomcat supporting PHP

2007-07-19 Thread jean-frederic clere
Hi, I am thinking that this thread goes to nowhere... To get some php stuff in TC you have 3 solutions: 1- FastCGI. 2- PHP engine embedded in in the JVM. 3- PHP rewritten in JAVA. 1 - That probably the best solution but you need a FastCGI proxy servlet (Could be a good application for the

Re: Tomcat supporting PHP

2007-07-19 Thread Henri Gomez
PHP rewritten in Java could be a good idea for the core but what about the various extensions ? Of course it couldn't be a Tomcat project 2007/7/19, jean-frederic clere [EMAIL PROTECTED]: Hi, I am thinking that this thread goes to nowhere... To get some php stuff in TC you have 3 solutions:

Re: Tomcat supporting PHP

2007-07-19 Thread jean-frederic clere
Henri Gomez wrote: PHP rewritten in Java could be a good idea for the core but what about the various extensions ? That is a very hard part that needs JNI to load and to interface the API of the extensions. There are also very easily threads and memory models problems. Such a wrapper seems a

Re: Tomcat supporting PHP

2007-07-19 Thread Joe Nathan
://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11686198 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat supporting PHP

2007-07-19 Thread Joe Nathan
! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11686314 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat supporting PHP

2007-07-19 Thread Henri Gomez
! having php in Tomcat help you to learn those things as well, and become more well-rounded web developer! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11686314 Sent from the Tomcat - Dev mailing list archive at Nabble.com

Re: Tomcat supporting PHP

2007-07-19 Thread Tim Funk
IIRC .. Glassfish took over the role of being RI. -Tim Henri Gomez wrote: Tomcat is the RI for servlet/JSP engine, nothing less nothing more. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat supporting PHP

2007-07-19 Thread Gary Helmling
We have been working with the PHP/Java bridge for some projects (http://php-java-bridge.sourceforge.net/pjb/), which basically provides option #1. The Java Bridge installs as a standard WAR in Tomcat and can be configured as a servlet in your webapps. For any requests for PHP files, it then

Re: Tomcat supporting PHP

2007-07-18 Thread M4N - Arjan Tijms
Joe Nathan wrote: You should realize that PHP world is lot bigger than Java world! I'm not really sure about that. For instance, even PHP web sites 'admit' that Java is a great deal larger: http://www.phpmag.net/magphpde/magphpde_news/psecom,id,27191,nodeid,5.html Typically book stores

Re: Tomcat supporting PHP

2007-07-18 Thread Joe Nathan
of dollars to buy dozens of books, like I did in the past. I have no PhP books. That easiness makes PhP polular amongst amateurs and professional web-developers. regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11679832 Sent from the Tomcat - Dev

Re: Tomcat supporting PHP

2007-07-17 Thread Pid
Joe Nathan wrote: Mladen Turk-3 wrote: Why would someone wish to do that at the first place. You should realize that PHP world is lot bigger than Java world! Having both will have many merits. And how are you judging that? p smime.p7s Description: S/MIME Cryptographic Signature

Re: Tomcat supporting PHP

2007-07-17 Thread Joe Nathan
hire expensive Java programmers! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11647154 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe

Re: Tomcat supporting PHP

2007-07-17 Thread pankaj narang
customers in thousands who might be using PHP, no Java support. It's the same for most small websites, because they cannot hire expensive Java programmers! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11647154 Sent from the Tomcat - Dev

Re: Tomcat supporting PHP

2007-07-17 Thread Lilianne E. Blaze
Joe Nathan wrote: Mladen Turk-3 wrote: Why would someone wish to do that at the first place. You should realize that PHP world is lot bigger than Java world! Having both will have many merits. So is non-programmer world than programmer world. So is Mensa world than non-Mensa

Re: Tomcat supporting PHP

2007-07-17 Thread Pid
Joe Nathan wrote: Pid-2 wrote: And how are you judging that? You should ask Redhat! Rather than this turn into big ideological argument, I'd just like to suggest to the OP that the Java world might be bigger than he'd appreciated - and that it's more meaningful to use the right tool for

Re: Tomcat supporting PHP

2007-07-17 Thread Joe Nathan
this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11659609 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
PHP is an interpreter, but there is a large library of functions written in Native code that would have to be supported. It's not just writing a byte-code compiler that would convert the PHP to java code, or even a parser that would re-write a PHP page into JSP. It's creating the massively

Re: Tomcat supporting PHP

2007-07-17 Thread pankaj narang
. Then there will be lots of people switching to Tomcat regards. pankaj narang wrote: Hello I am listening everything silently here but I think Joe is correct -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11659609 Sent from the Tomcat - Dev mailing list

Re: Tomcat supporting PHP

2007-07-17 Thread Joe Nathan
? Most of them will need just adaptors. Some other legacies, we may scrap! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11661491 Sent from the Tomcat - Dev mailing list archive at Nabble.com

Re: Tomcat supporting PHP

2007-07-17 Thread George Sexton
As an exercise, why don't you write a couple of these trivial libraries. Start with the database ones. They should be very easy since there is a database layer on Java, and a database layer on PHP. If you think I'm being sarcastic, you're right. You're trivializing things you don't

Re: Tomcat supporting PHP

2007-07-16 Thread jean-frederic clere
Joe Nathan wrote: I am talking about in-built capability that people do NOT need to install heaps of cranky-installation software packages! You may try http://labs.jboss.com/wiki/Jbossweb and http://labs.jboss.com/file-access/default/members/jbossweb/freezone/modules/php/index.html Cheers

Re: Tomcat supporting PHP

2007-07-16 Thread Henri Gomez
2007/7/16, jean-frederic clere [EMAIL PROTECTED]: Joe Nathan wrote: I am talking about in-built capability that people do NOT need to install heaps of cranky-installation software packages! Do you want a 100% Java PHP engine or just a simple native to Java bridge ? Regards

Re: Tomcat supporting PHP

2007-07-16 Thread Mladen Turk
Joe Nathan wrote: Henri Gomez wrote: Do you want a 100% Java PHP engine or just a simple native to Java bridge ? I mean PHP scripts are processed as JSP are handled inside Tomcat without installing any other things as built-in features. Imagine if Tomcat can handle JSP, PHP, even ASP

Re: Tomcat supporting PHP

2007-07-16 Thread Markus Schönhaber
Joe Nathan schrieb: I mean PHP scripts are processed as JSP are handled inside Tomcat without installing any other things as built-in features. Imagine if Tomcat can handle JSP, PHP, even ASP script pages! Then who will not use this! I will not use this. I'm not interested in PHP at all.

Re: Tomcat supporting PHP

2007-07-16 Thread Joe Nathan
Mladen Turk-3 wrote: Why would someone wish to do that at the first place. You should realize that PHP world is lot bigger than Java world! Having both will have many merits. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11643194 Sent from

Re: Tomcat supporting PHP

2007-07-15 Thread Yoav Shapira
Hey, On 7/14/07, Bill Barker [EMAIL PROTECTED] wrote: Joe Nathan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I think if Tomcat also supports PHP scripts, it could be wonderful!. Google is your friend :) http://www.google.com/search?q=php+servlet. I don't think that there is

Re: Tomcat supporting PHP

2007-07-15 Thread Joe Nathan
in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11606570 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat supporting PHP

2007-07-14 Thread Joe Nathan
I think if Tomcat also supports PHP scripts, it could be wonderful! -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11597960 Sent from the Tomcat - Dev mailing list archive at Nabble.com

Re: Tomcat supporting PHP

2007-07-14 Thread Bill Barker
. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523.html#a11597960 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat supporting PHP

2007-07-14 Thread Joe Nathan
it all! At the moment, I have to deal with Apache, PHP, Tomcat, Axis2, ... It's a very messy business. If you build off-the-shelf type applications, this is terrible thing to have for end-users! regards. -- View this message in context: http://www.nabble.com/Tomcat-supporting-PHP-tf4080523