Re: TC evolment

2004-04-05 Thread Henri Gomez
Remy Maucherat wrote: Costin Manolache wrote: If you're worried about risk, then probably glueing PHP with tomcat will be a bad choice. Tomcat is limited by Java's bad support for integration with native code. Apache will have no problem running Php, perl, python, .net or integrating with any

Re: jk2 and debug on specials uri

2004-04-05 Thread Henri Gomez
NormW wrote: Good afternoon Henri. In visualising the process of JkUriSet, arrived at the following in pseudo-code. Shame I can't translate it to C otherwise I would offer a diff. :-) Regards, Norm JkUriSet property, value /* Only allow inside a Location block */ if (!location block) {

Re: jk2 and debug on specials uri

2004-04-05 Thread Henri Gomez
Henri Gomez wrote: Thanks to send a diff to latest code so I could commit it. Oh, you allready provided a patch. Thanks, I commit it ASAP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriEnv.c

2004-04-05 Thread hgomez
hgomez 2004/04/04 23:54:58 Modified:jk/native2/common jk_uriEnv.c Log: - Adds 'debug' and 'disabled' to the get and set properties functions. - Removes 'path' from the getAttrInfo list. Provided by NormW Revision ChangesPath 1.56 +34 -24

deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Matt Smith
Actually this is a problem between 5.0.18 and 5.0.19. The same context descriptor deploys successfully on 5.0.18, but the errors below show up on 5.0.19. Any ideas on what changed between the two releases that would cause this? Thanks, m. -Original Message- From: Matt Smith

DO NOT REPLY [Bug 28196] New: - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Adam Hardy
Looks like it's something to do with the xml parser. Is it a standard install of tomcat 5? Have you included a xerces jar with your webapp? Also put your context in a my-context-name.xml file in conf/Catalina/localhost Adam On 04/05/2004 08:58 AM Matt Smith wrote: Actually this is a problem

DO NOT REPLY [Bug 27830] - 'null' string in output for JSP documents when EL variable not set

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27830. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Two KEYS files for Tomcat-5?

2004-04-05 Thread Stefan Bodewig
Hi, we've recently had a mail to [EMAIL PROTECTED] by a user who claimed he couldn't verify Remy's signature for the latest Tomcat-5 release, even after importing the KEYS file. I went to the distribution area in order to reproduce the problem and found that there are two different KEYS files,

Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does. In looking

DO NOT REPLY [Bug 28158] - Context reloadable=true not working if autodeploy=false

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28158. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: jk2 and debug on specials uri

2004-04-05 Thread Henri Gomez
NormW wrote: Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does.

Mail System (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread ccain
Mail Delivery Error - This mail contains unicode characters - failed message - Pe4fGi5~C,_nX9eti06E$h6l~yTfR$QX::EZ*B::#X3Ly 93e9'L.(TXoC!!1(q_m4)_B'f;!7KPXrW2?-lC39: fu|YCw?e:+n|YwcoLa7?(OW0N0:HxqIZmuLL(*3 ;3UkB27(g$*dQixt+,Wm,.)O(UaR*ct?q.or Modified message has been

Error (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread nacho
Mail Delivery Failed - This mail couldn't be represented- failed message -QCtBogbj1kyBHä?a83S3ä-u.wößI!ü15%(:ZlU?W7Vöev,fIA2DC|G;mf(1:LnX2xß(:M$PKr+$MR)GLpqfAvpEQv~isyKWNVDyYjc|bs~jU3L24_äP--Zü!rj

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=15278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Matt Smith
That's what I thought as well, so I swapped the jars in common/endorsed with those for 5.0.18 and same problem. My webapp does not include any jars for XML/XSL processing. My context file was located in conf/Catalina/localhost each time for 5.0.18 and 5.0.19. I thought maybe it was my

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Shapira, Yoav
Howdy, Do tomcat 5.0.18 and 5.0.19 contain different versions of commons-digester? Yoav Shapira Millennium Research Informatics -Original Message- From: Matt Smith [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 9:46 AM To: 'Tomcat Developers List' Subject: RE: deployment

RE: cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaSession.java

2004-04-05 Thread Filip Hanik \(lists\)
for the longest time the standard session wasn't extendable. I would have loved to do that a long time ago, now it is just a matter of time before I will do it. 5.0.22 would be good :) thanks Filip -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Friday, April 02,

DO NOT REPLY [Bug 28207] New: - Internal Entity Declarations

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28207. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Matt Smith
I summed both jars and they are the same. m. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 8:47 AM To: Tomcat Developers List Subject: RE: deployment problems moving from tomcat 5.0.18 to 5.0.19 Howdy, Do tomcat 5.0.18 and 5.0.19

Status (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread kief
Mail Delivery System - This mail contains binary characters - failed message - ZiUl?a-;:a$:?UVO8gBn$;C6L58f2vS8fjCo*KywX2 A8n|$z-_JemHToGj1_'go4o5du~2ppBpDte1wG_3)B tUe2;mlr7LYl76OrXBe*8z2_R$;l:.VM+$)A(%zwQ. vr'zvJGg~hdJwnu%_+g_v7,GX+32Or0uCE72(RZs cTu#ad_k27)1RM82X+6

[ANNOUNCE] Procrun 2

2004-04-05 Thread Mladen Turk
Hi, After a long time here is the preview: http://jakarta.apache.org/~mturk/procrun2M3.zip This is a totally rewritten version of a procrun with couple of significant changes. It finally doesn't need the java.exe to redirect TC's stdout/stderr. Those can be redirected to the same or separate

DO NOT REPLY [Bug 28170] - PDF content through JSP fails in Tomocat 4.1.30, Windows IE and Acrobat Reader 6.0.1

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28170. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [ANNOUNCE] Procrun 2

2004-04-05 Thread Shapira, Yoav
Hi, Cool, good job, and thanks ;) Adopting the Eclipse milestone release numbering now? ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:15 AM To: 'Tomcat Developers List' Subject: [ANNOUNCE]

Re: [ANNOUNCE] Procrun 2

2004-04-05 Thread Remy Maucherat
Mladen Turk wrote: Hi, After a long time here is the preview: http://jakarta.apache.org/~mturk/procrun2M3.zip This is a totally rewritten version of a procrun with couple of significant changes. It finally doesn't need the java.exe to redirect TC's stdout/stderr. Those can be redirected to the

cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 08:37:57 Modified:docs/faq connectors.html docs/faq/printer connectors.html xdocs-faq connectors.xml Log: Added question to connectors about binary download. Revision ChangesPath 1.10 +282 -265

DO NOT REPLY [Bug 28210] New: - Sometimes after restarts Tomcat writes compliled JSP to wrong location

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28210. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28210] - Sometimes after restarts Tomcat writes compliled JSP to wrong location

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28210. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2004-04-05 Thread luehe
luehe 2004/04/05 09:07:41 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Moved initialization of 'varName' to where it is needed Revision ChangesPath 1.231 +1 -1

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28161. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [ANNOUNCE] Procrun 2

2004-04-05 Thread Mladen Turk
-Original Message- From: Remy Maucherat Since it has lot's of extra features, it cannot be used in place of existing procrun. The TC service has to be reinstalled. And the parameters and everything else is the same ? (if yes, then you can add the binaries in the CVS

cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:01:20 Modified:docs/faq connectors.html docs/faq/printer connectors.html xdocs-faq connectors.xml Log: Added jpackage.org link. Revision ChangesPath 1.11 +2 -0 jakarta-tomcat-site/docs/faq/connectors.html

cvs commit: jakarta-tomcat-site/xdocs resources.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:06:13 Modified:docs resources.html xdocsresources.xml Log: Added wiki useful links page link for connector documentation. Revision ChangesPath 1.25 +3 -1 jakarta-tomcat-site/docs/resources.html Index:

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:14:19 Modified:jk/xdocs index.xml Log: Added a little section with link to wiki UsefulLinks page. Revision ChangesPath 1.15 +10 -1 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:17:57 Modified:jk/xdocs index.xml Log: Fixed typo. Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml === RCS file:

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28161. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

How to go about updating the JK docs on jakarta.apache.org

2004-04-05 Thread Shapira, Yoav
Hi, I've added a link to jakarta-tomcat-connectors/jk/xdocs/index.xml to the wiki page where we list the external documents on using/configuring the connectors. Now I'd like to update the jakarta.apache.org web site. The files are in /www/jakarta.apache.org/tomcat-4.1-doc/jk2. I ran 'ant docs'

DO NOT REPLY [Bug 28207] - Internal Entity Declarations

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28207. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28170] - PDF content through JSP fails in Tomocat 4.1.30, Windows IE and Acrobat Reader 6.0.1

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28170. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28161. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28154] - setting of mappedfile in web.xml doesn't work

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28154. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ExtensionValidator.java LocalStrings.properties

2004-04-05 Thread remm
remm2004/04/05 13:32:34 Modified:catalina/src/share/org/apache/catalina/util ExtensionValidator.java LocalStrings.properties Log: - Refactor the Extension validator without using a singleton pattern (since all the methods are static, and getInstance

DO NOT REPLY [Bug 28196] - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
Good morning Henri, Being 'in between employment' as they say, I do have some hours, but my first step would be to buy a 'small' book to see what it is all about. Beyond general browsing of the Tomcat xdocs I have little experience with the technology and no experience creating an xml document.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2004-04-05 Thread luehe
luehe 2004/04/05 15:40:07 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Allow webapp to override JspServlet (settings) inherited from global web.xml Revision ChangesPath 1.123 +21 -2

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java

2004-04-05 Thread jfarcand
jfarcand2004/04/05 17:55:07 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java Log: Add public method

DO NOT REPLY [Bug 28219] New: - Dolar sign in password of JNDI-Datasource disappears

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28219. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java

2004-04-05 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 05, 2004 5:55 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java

DO NOT REPLY [Bug 28221] New: - scratchdir Can Break Virtual Hosts

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28221. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28222] New: - getRequestURL() in forwarded jsp/servlet doesn't return new url

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28222. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28207] - Internal Entity Declarations

2004-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28207. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP@lsd]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-04-05 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project jakarta-tomcat-5 has an issue affecting its community integration, and has

Re: TC evolment

2004-04-05 Thread Costin Manolache
Henri Gomez wrote: Remy Maucherat wrote: Costin Manolache wrote: If you're worried about risk, then probably glueing PHP with tomcat will be a bad choice. Tomcat is limited by Java's bad support for integration with native code. Apache will have no problem running Php, perl, python, .net or

Re: TC evolment

2004-04-05 Thread Costin Manolache
Shapira, Yoav wrote: Hi, Fact is Java ( or at least the current JVMs) is among the worse languages when it comes to integration with other systems. Connectors are attempts to solve this. Whoa there ;) Maybe if you're talking about JNI, but not integration in general ;) It's a very broad

RE: TC evolment

2004-04-05 Thread Mladen Turk
From Costin Manolache We also know that IIS or iPlanet may sometimes be faster than apache or tomcat. So what ? As we used to say on tomcat-dev when we were slower than apache - performance is not the only thing that matters. I would bet resin is still a bit faster ( probably not