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 new

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

DO NOT REPLY [Bug 42937] New: - The loop of LazyReplicatedMap.publishEntryInfo doesn't end.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42938] New: - Outofmemory error on tomcat 5.5.20

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Tomcat supporting PHP

2007-07-19 Thread Joe Nathan
Jean-frederic Clere-3 wrote: > > 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 me

Re: Tomcat supporting PHP

2007-07-19 Thread Joe Nathan
Lilianne E. Blaze wrote: > > Actually, that is exactly the problem. Everyone and their dog can learn > basics of php in a couple of days, creating illusionary supply of > countless self-appointed web experts with neither skill nor potential to > ever move past the most basic level. hey, can yo

DO NOT REPLY [Bug 42938] - Outofmemory error on tomcat 5.5.20

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42939] New: - wrong version of catalina.policy file in apache-tomcat-6.0.13.zip

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Tomcat supporting PHP

2007-07-19 Thread Henri Gomez
Don't forget we're on Tomcat dev list Tomcat is the RI for servlet/JSP engine, nothing less nothing more. Adding PHP compatibility, via JNI wrapper, CGI or full Java PHP engine is beyond the scope of the current Tomcat :-) I think it will be great to see a basic PHP engine in pure Java, but tha

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: [EMAI

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 exe

svn commit: r557635 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2007-07-19 Thread fhanik
Author: fhanik Date: Thu Jul 19 07:17:18 2007 New Revision: 557635 URL: http://svn.apache.org/viewvc?view=rev&rev=557635 Log: BZ 42937 use the correct index Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/tc6.0.x/trunk/java/org/a

svn commit: r557638 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2007-07-19 Thread fhanik
Author: fhanik Date: Thu Jul 19 07:21:35 2007 New Revision: 557638 URL: http://svn.apache.org/viewvc?view=rev&rev=557638 Log: BZ 42937, forward port from 6.0 Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/t

DO NOT REPLY [Bug 42937] - The loop of LazyReplicatedMap.publishEntryInfo doesn't end.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42937] - The loop of LazyReplicatedMap.publishEntryInfo doesn't end.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r557664 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java

2007-07-19 Thread jfclere
Author: jfclere Date: Thu Jul 19 08:51:50 2007 New Revision: 557664 URL: http://svn.apache.org/viewvc?view=rev&rev=557664 Log: This Valve is to extra the SSL informations from additional headers When using Apache httpd as proxy they are added by mod_headers and the following directives: RequestHe

Re: 6.0.14 tag

2007-07-19 Thread Remy Maucherat
Remy Maucherat wrote: Hi, I will be tagging 6.0.14 late this thursday. Still planned for today. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r557676 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2007-07-19 Thread fhanik
Author: fhanik Date: Thu Jul 19 09:26:53 2007 New Revision: 557676 URL: http://svn.apache.org/viewvc?view=rev&rev=557676 Log: complete the bug fix Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/cata

DO NOT REPLY [Bug 42937] - The loop of LazyReplicatedMap.publishEntryInfo doesn't end.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r557679 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2007-07-19 Thread fhanik
Author: fhanik Date: Thu Jul 19 09:28:04 2007 New Revision: 557679 URL: http://svn.apache.org/viewvc?view=rev&rev=557679 Log: forward port from 6.0 Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipi

Re: 6.0.14 tag

2007-07-19 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Remy Maucherat wrote: Hi, I will be tagging 6.0.14 late this thursday. Still planned for today. sweet, I got a trivial fix in, tag away Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

6.0.x and trunk out of synch?

2007-07-19 Thread Paul McMahan
I have noticed some commits going into 6.0.x/trunk that were not also merged into trunk, see below for a sampling. Is there general agreement around keeping trunk and 6.0.x/trunk in synch, and if so would it be helpful for me to provide a patch or svn merge script to resynch them? Best w

RE: svn commit: r557664 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java

2007-07-19 Thread Bill Barker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 19, 2007 8:52 AM > To: [EMAIL PROTECTED] > Subject: svn commit: r557664 - > /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java > > Author: jfclere > Date: Thu Jul 19 08:51:

Re: 6.0.x and trunk out of synch?

2007-07-19 Thread Filip Hanik - Dev Lists
Paul McMahan wrote: I have noticed some commits going into 6.0.x/trunk that were not also merged into trunk, see below for a sampling. Is there general agreement around keeping trunk and 6.0.x/trunk in synch, and if so would it be helpful for me to provide a patch or svn merge script to resyn

svn commit: r557818 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

2007-07-19 Thread remm
Author: remm Date: Thu Jul 19 16:48:06 2007 New Revision: 557818 URL: http://svn.apache.org/viewvc?view=rev&rev=557818 Log: - Fix classcast exceptions if Comet is used and there's a filter (I forgot to commit this patch). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardW

svn commit: r557822 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapperValve.java

2007-07-19 Thread fhanik
Author: fhanik Date: Thu Jul 19 17:21:23 2007 New Revision: 557822 URL: http://svn.apache.org/viewvc?view=rev&rev=557822 Log: forward port from 6.0 Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapperValve.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrap

svn commit: r557842 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_14/

2007-07-19 Thread remm
Author: remm Date: Thu Jul 19 18:43:38 2007 New Revision: 557842 URL: http://svn.apache.org/viewvc?view=rev&rev=557842 Log: - Tomcat 6.0.14. Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_14/ - copied from r557841, tomcat/tc6.0.x/trunk/ -

DO NOT REPLY [Bug 39530] - Tomcat 5.5.17 generates incorrect code with trimSpaces turned on.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39530] - Tomcat 5.5.17 generates incorrect code with trimSpaces turned on.

2007-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r557664 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java

2007-07-19 Thread jean-frederic clere
Bill Barker wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:52 AM To: [EMAIL PROTECTED] Subject: svn commit: r557664 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java Author: jfclere Date: Thu Jul 19 0