Re: 3.2.2. When's it shipping?

2001-05-17 Thread Antony Bowesman
Marc Saegesser wrote: > > I bloody hope so. > > Here's the plan. Beta 5 was released on Friday, May 11. This beta > cycle is planned for one week. Unless someone reports a show > stopping bug, and so far I haven't seen one, on Friday, May 18th. > I'll call release vote on tomcat-dev. This vo

Re: bad watchdog test?

2001-05-17 Thread Casey Lucas
Craig, As you requested... I've attached diffs for the java file and for the jsp. Let me know if you have any questions / comments. -casey "Craig R. McClanahan" wrote: > > On Thu, 17 May 2001, Casey Lucas wrote: > > > > > I finally had some time last night to see why all of the watchdog test

cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntProperty.java

2001-05-17 Thread clucas
clucas 01/05/17 21:46:38 Modified:src/admin/WEB-INF/classes/tadm AntProperty.java Log: minor change needed so that watchdog tests will run with tag pooling enabled Revision ChangesPath 1.2 +3 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java

RE: Jasper performance

2001-05-17 Thread Carlos Gaston Alvarez
Ok, I missed the end users. Chau, Gaston - Original Message - From: Jon Stevens <[EMAIL PROTECTED]> To: tomcat-dev <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 1:26 PM Subject: Re: Jasper performance > on 5/17/01 8:01 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Ok Ch

Re: Tomcat 4.0 Beta3 and Request Attributes Error - why me ?

2001-05-17 Thread Anthony Tagunov
Hello Ana, Wednesday, May 02, 2001, 8:23:09 PM, you wrote: A> Hi, Hello! A> We think we have discovered an error. That's nice! But why are you mailing me? I'm not a tomcat developer! :-) Best regards, Anthonymailto:[EMAIL PROTECTED]

Re: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Glenn Nielsen wrote: > > I guess he's refering to DOS attacks ( like a while(true); in java code > > or allocating lots of memory ). > > You won't have much of a templating language if you don't allow some > sort of looping. Kind of hard to restrict that. True, but if you

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 2:41 PM, "Nick Bauman" <[EMAIL PROTECTED]> wrote: >> Yea, JSP protects you from "memory leaks" and "System Crashes". Yea >> Right. Oh yea, and ASP is "lacking" customizable tags...as if >> customizable tags is a good thing > > Jihad! > > If we're going to open that debate, then why u

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 5:21 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > You won't have much of a templating language if you don't allow some > sort of looping. Kind of hard to restrict that. All Velocity has is a #foreach. This is a fully functional looping construct that prevents you from screwing th

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 12:47 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > But now that both Tomcat 3.2 and Tomcat 4 support the Java SecurityManager > you can control security at the container level regardless of whether someone > is using the CFM servlet, velocity, CoCoon, JSP, etc. Not true.

Re: Jasper performance

2001-05-17 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: > > On Thu, 17 May 2001, Glenn Nielsen wrote: > > > > This is the approach that Tea uses as well as > > > the general idea behind taglibs. The problem with taglibs is that there is > > > no restriction on the ability to put Java code in the pa

cvs commit: jakarta-tomcat-4.0/catalina/docs/xdocs/stylesheets - New directory

2001-05-17 Thread craigmcc
craigmcc01/05/17 17:00:50 jakarta-tomcat-4.0/catalina/docs/xdocs/stylesheets - New directory

cvs commit: jakarta-tomcat-4.0/catalina/docs/xdocs/images - New directory

2001-05-17 Thread craigmcc
craigmcc01/05/17 17:00:38 jakarta-tomcat-4.0/catalina/docs/xdocs/images - New directory

cvs commit: jakarta-tomcat-4.0/catalina/docs/xdocs - New directory

2001-05-17 Thread craigmcc
craigmcc01/05/17 17:00:19 jakarta-tomcat-4.0/catalina/docs/xdocs - New directory

cvs commit: jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/tomcat4 Ajp13Response.java

2001-05-17 Thread seguin
seguin 01/05/17 16:55:34 Modified:jk/src/java/org/apache/ajp Ajp13.java jk/src/java/org/apache/ajp/test TestAjp13.java jk/src/java/org/apache/ajp/tomcat4 Ajp13Response.java Log: put sendHeaders method that use MimeHeaders back Revision Changes

cvs commit: jakarta-tomcat-connectors/jk build.xml

2001-05-17 Thread seguin
seguin 01/05/17 16:54:59 Modified:jk build.xml Log: fixed javadoc target Revision ChangesPath 1.4 +2 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml === RCS file: /home/

Re: JSR-096/Daemon/Invocation stuff...

2001-05-17 Thread kevin seguin
seems like this stuff is completely separate from tomcat... so it seems like it ought to go somewhere else. just my $0.02 :) "Pier P. Fumagalli" wrote: > > I believe we're at a pretty good point right now with the development of the > JSR-096, describing how Daemons are supposed to be working

JSR-096/Daemon/Invocation stuff...

2001-05-17 Thread Pier P. Fumagalli
I believe we're at a pretty good point right now with the development of the JSR-096, describing how Daemons are supposed to be working in the Java platform... So, even if it's not possible for me to write code on the actual discussion which took place on the expert group mailing list, I believe i

Re: web_app in jakarta-tomcat-connectors ?

2001-05-17 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > On Thu, 17 May 2001, Pier P. Fumagalli wrote: > >> >> Of all the ones who voted +1 is there someone who's going to do something >> about it? > > What do you mean by that ? To move the code in jakarata-tomcat-connectors? > > I guess most of the p

[PATCH] flush() is broken when using getWriter()

2001-05-17 Thread Wiedmann, Jochen
Hi, for whatever reason the flush method in org.apache.tomcat.core.BufferedServletOutput verifies whether the boolean variable usingWriter is set. If not, it calls reallyFlush, which actually works. If the variable is set, however, nothing happens. In other words: The flush method is completely

RE: 3.2.2. When's it shipping?

2001-05-17 Thread Marc Saegesser
I bloody hope so. Here's the plan. Beta 5 was released on Friday, May 11. This beta cycle is planned for one week. Unless someone reports a show stopping bug, and so far I haven't seen one, on Friday, May 18th. I'll call release vote on tomcat-dev. This vote lasts for one week and every comm

Re: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Glenn Nielsen wrote: > > This is the approach that Tea uses as well as > > the general idea behind taglibs. The problem with taglibs is that there is > > no restriction on the ability to put Java code in the page. It is part of > > the JSP specific

Re: Jasper performance

2001-05-17 Thread Nick Bauman
> Yea, JSP protects you from "memory leaks" and "System Crashes". Yea > Right. Oh yea, and ASP is "lacking" customizable tags...as if > customizable tags is a good thing Jihad! If we're going to open that debate, then why use Java at all? After all, the computer scientist will tell you with C/C+

Re: web_app in jakarta-tomcat-connectors ?

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Pier P. Fumagalli wrote: > > Of all the ones who voted +1 is there someone who's going to do something > about it? What do you mean by that ? To move the code in jakarata-tomcat-connectors? I guess most of the people who voted +1 are going to work on jakarta-tomcat-connect

Re: Jasper performance

2001-05-17 Thread Geir Magnusson Jr.
"Geir Magnusson Jr." wrote: > > Christopher Kirk wrote: > > > > >From my view, the problem with JSP->Java->Class isn't performance its > > debugging. JSP is hard to work with when you make a mistake, very often the > > error message is less than helpful. A very large step in improving this is > >

RE: [VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 17 de mayo de 2001 18:47 > Para: [EMAIL PROTECTED] > Asunto: [VOTE] New Committer: Jean-Frederic Clere > > > I would like to propose Jean-Frederic Clere as a new commi

Re: [VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread Dan Milstein
+1 GOMEZ Henri wrote: > > I would like to propose Jean-Frederic Clere as a new committer. > > He make many contribution in jakarta-tomcat, jakarta-tomcat-4.0 > and now in jakarta-tomcat-connectors, and we help us with > stuff like autoconf, APR and exotics systems :) > > Vote Please --

RE: [VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread Larry Isaacs
+1 Larry > -Original Message- > From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 12:47 PM > To: [EMAIL PROTECTED] > Subject: [VOTE] New Committer: Jean-Frederic Clere > > > I would like to propose Jean-Frederic Clere as a new committer. > > He make many con

Re: Jasper performance

2001-05-17 Thread Glenn Nielsen
Jon Stevens wrote: > > on 5/17/01 6:46 AM, "Dennis Doubleday" <[EMAIL PROTECTED]> wrote: > > > At 08:35 PM 5/16/01, Jon wrote: > > > >> Also, there is a reason for the #foreach... > >> > >> > > > > Jon, > > > > I agree with most of your

RE: Servlet Upload Data Corruption

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Marc Saegesser wrote: > > These 2+ hour email delivery times are getting to be a real pain. It's > almost impossible to have multi-party communication with such delays. > 3+ hours CVS update doesn't help either ( that's my current time on xml-xalan, tomcat is slightly fas

Re: web_app in jakarta-tomcat-connectors ?

2001-05-17 Thread Pier P. Fumagalli
Of all the ones who voted +1 is there someone who's going to do something about it? Pier

Re: Jasper performance

2001-05-17 Thread Glenn Nielsen
I totally agree with this. Improving performance of JSP page translation or compilation are very low priorities. Runtime performance is important, and as Christopher mentioned, good error reporting is very important. Glenn Christopher Kirk wrote: > > >From my view, the problem with JSP->Java->

Re: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Geir Magnusson Jr. wrote: > Really? I was told that it was a complete myth - that *no one* has to > debug the Java code - they just debug the JSP code. My JSP experience > occurred a few years agoe, and I remember bewildering error messages - > however, I just assumed that

Re: [VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, GOMEZ Henri wrote: > I would like to propose Jean-Frederic Clere as a new committer. > > He make many contribution in jakarta-tomcat, jakarta-tomcat-4.0 > and now in jakarta-tomcat-connectors, and we help us with > stuff like autoconf, APR and exotics systems :) > > Vote

Re: [Catalina 4.0 b5] reloadable="true" broken for JSP?

2001-05-17 Thread Remy Maucherat
> I've been using Tomcat 4.0 beta 5 and can't seem to get Tomcat to realise > that I've changed a JSP file and for it to recompile it. (This worked fine > in all the 3.X versions I've worked with) > > Stopping & restarting it doesn't work - I physically have to delete the Java > code generated in

Re: [VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread kevin seguin
+1 GOMEZ Henri wrote: > > I would like to propose Jean-Frederic Clere as a new committer. > > He make many contribution in jakarta-tomcat, jakarta-tomcat-4.0 > and now in jakarta-tomcat-connectors, and we help us with > stuff like autoconf, APR and exotics systems :) > > Vote Please

RE: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Paulo Gaspar wrote: > > There is another solution - to generate the map ( java line number -> > > JSP source line number). This is exactly how the .class annotation works, > > mapping bytecode to java source number. And will allow you to see both > > informations, and it's qu

Re: Servlet Upload Data Corruption

2001-05-17 Thread kevin seguin
> > Ajpv12 does not handle uploads well due to design, so > most of upload bug fixes were never backported from Ajpv13. > The moral is to use only Ajpv13 or higher for uploads. > i've been uploading all different kinds of files (via post data) with ajp12 for a while, and haven't seen any proble

RE: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Craig R. McClanahan wrote: > > > On Thu, 17 May 2001 [EMAIL PROTECTED] wrote: > > > > > There is another solution - to generate the map ( java line number -> > > JSP source line number). This is exactly how the .class annotation works, > > mapping bytecode to java source n

RE: Jasper performance

2001-05-17 Thread Robert Nicholson
You should rarely have to worry about mistakes in JSP if you are using tag libraries and beans to factor out all business logic. > -Original Message- > From: Kaneda K [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 6:55 AM > To: [EMAIL PROTECTED] > Subject: RE: Jasper performanc

RE: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Paulo Gaspar wrote: > > ... > > XSLT is not perfect - neither is HTTP or HTML or any other standard. But > > because Apache and many other organizations are implementing and using it > > - I think they'll be around for a while :-) > > > > Costin > > Costin, > > You are

3.2.2. When's it shipping?

2001-05-17 Thread Dave Oxley
What is the current state of 3.2.2 development? Is it going to ship any time soon? Dave. [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

RE: Servlet Upload Data Corruption

2001-05-17 Thread Marc Saegesser
These 2+ hour email delivery times are getting to be a real pain. It's almost impossible to have multi-party communication with such delays. Revision 1.5.2.4 was commited by Keith and fixed a real problem. doRead() should return the integer -1 when EOF is reached. However, if the byte just r

Re: [Catalina 4.0 b5] reloadable="true" broken for JSP?

2001-05-17 Thread Craig R. McClanahan
reloadable property of a makes no difference on whether JSP pages automatically recompile or not (true also for Tomcat 3.x). It only affects whether Tomcat looks for changed classes in WEB-INF/classes. > Is this a bug or is there a new way of doing this in Tomcat 4.0? > It's a bug on Wind

Re: [PATCH] configure.in for jakarta-tomcat-connectors

2001-05-17 Thread jean-frederic clere
Hi, Henri has point out the patch is wrong: The IBM JVM has the jni_md.h located in JAVA_HOME/include directly. So I have patched the patch. Tomorrow I will start to write a README.configure and go on with missing features. I hope it is now Ok, check and commit it. Cheers Jean-frederic Clere

Re: submitting a patch

2001-05-17 Thread Christopher Cain
I can hear it coming, so let me try and head it off. Having just recently gone through this same kind of thing on a different (non-Apache) dev list, I can sympathize with this question and applaud it's honesty. So please try and spare the flames. In answer to your question, Ryan, Tomcat accepts p

RE: submitting a patch

2001-05-17 Thread Marc Saegesser
The guidelines for getting involved in Jakarta projects is described at http://jakarta.apache.org/site/getinvolved.html Submit the patches to the tomcat-dev mailing list and also please create bug report in the bug tracking system and attach your patches there, too. Given the volume of email he

[Catalina 4.0 b5] reloadable="true" broken for JSP?

2001-05-17 Thread James Strachan
I've been using Tomcat 4.0 beta 5 and can't seem to get Tomcat to realise that I've changed a JSP file and for it to recompile it. (This worked fine in all the 3.X versions I've worked with) Stopping & restarting it doesn't work - I physically have to delete the Java code generated in jakarta-tom

Re: Jasper performance

2001-05-17 Thread Geir Magnusson Jr.
Christopher Kirk wrote: > > >From my view, the problem with JSP->Java->Class isn't performance its > debugging. JSP is hard to work with when you make a mistake, very often the > error message is less than helpful. A very large step in improving this is > by making the line number given by the st

Re: [PATCH] Catalina JNDIRealm - binding as the user

2001-05-17 Thread John Holman
When using a pattern the uid value or whatever that people enter is substituted into the pattern to generate the dn - users are not expected to enter the full dn. Search is needed however when the attribute whose value is entered by the user is not a component of the dn, or when users are held

[VOTE] New Committer: Jean-Frederic Clere

2001-05-17 Thread GOMEZ Henri
I would like to propose Jean-Frederic Clere as a new committer. He make many contribution in jakarta-tomcat, jakarta-tomcat-4.0 and now in jakarta-tomcat-connectors, and we help us with stuff like autoconf, APR and exotics systems :) Vote Please

RE: submitting a patch

2001-05-17 Thread GOMEZ Henri
>I have found a bug and fixed it in the Tomcat NT >service program. How do I submit it? Do you guys take >bug fixes from independent people. I had heard from >several people that they had submitted bug fixes and >you guys told them to f*** off (not necessarily in >those terms). Let's send the dif

Re: submitting a patch

2001-05-17 Thread kevin seguin
Ryan Smith wrote: > > I have found a bug and fixed it in the Tomcat NT > service program. How do I submit it? Do you guys take > bug fixes from independent people. I had heard from > several people that they had submitted bug fixes and > you guys told them to f*** off (not necessarily in > those

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 12:23 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Thu, 17 May 2001, Christopher Kirk wrote: > >> >>> From my view, the problem with JSP->Java->Class isn't performance its >> debugging. JSP is hard to work with when you make a mistake, very often the >> error message is le

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 6:46 AM, "Dennis Doubleday" <[EMAIL PROTECTED]> wrote: > At 08:35 PM 5/16/01, Jon wrote: > >> Also, there is a reason for the #foreach... >> >> > > Jon, > > I agree with most of your points. I am a new Velocity user and I

Re: bad watchdog test?

2001-05-17 Thread Craig R. McClanahan
On Thu, 17 May 2001, Casey Lucas wrote: > > I finally had some time last night to see why all of the watchdog tests > wouldn't run correctly if tag pooling was turned on. > > Based on my understanding of the spec I think that that some of the code > included in watchdog may be incorrect. The

Re: Jasper performance

2001-05-17 Thread Jon Stevens
on 5/17/01 8:01 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Ok Chris. Now I undertand. > Working with JSP when I found that type of mistakes I went to see the .java > generated. There I matched the line number so I could see which was the bad > code. Then I had to go to the jsp to fix it

missing content-length from the header, Apache/Tomcat/AJP12 Connector spins out of control

2001-05-17 Thread Andrew Milkowski
Hi! it will be best if I describe our configuration at first: We are running Solaris 7, Tomcat 3.2.2 b4 (beta 4) + AJP12 Connector (Tomcat configured with max of 500 threads), JVM: Sun 1.3.0_02 Hot Spot Native Threads, Apache 1.3.19 (max of 1024 child processes) We have had substantial traffic

RE: Jasper performance

2001-05-17 Thread Craig R. McClanahan
On Thu, 17 May 2001 [EMAIL PROTECTED] wrote: > > There is another solution - to generate the map ( java line number -> > JSP source line number). This is exactly how the .class annotation works, > mapping bytecode to java source number. And will allow you to see both > informations, and it's qu

RE: Servlet Upload Data Corruption

2001-05-17 Thread Keith Wannamaker
Hi David, How is your servlet handling the data in the byte array being returned from Tomcat? Also, what corruption are you seeing? Ajpv12 does not handle uploads well due to design, so most of upload bug fixes were never backported from Ajpv13. The moral is to use only Ajpv13 or higher for up

RE: Jasper performance

2001-05-17 Thread Paulo Gaspar
> There is another solution - to generate the map ( java line number -> > JSP source line number). This is exactly how the .class annotation works, > mapping bytecode to java source number. And will allow you to see both > informations, and it's quite clean. That sounds very nice. How does it wor

Re: [jakarta-tomcat-connectors] a dilemma ...

2001-05-17 Thread kevin seguin
i actually decided to copy a bunch of low-level utility classes from tc 3 to jtc/util until something like a jakarta-tomcat-commons exists... GOMEZ Henri wrote: > > >> The problem is not only the Request object, but the whole > >infrastructure > >> needed for efficient communication ( MessageByt

RE: Servlet Upload Data Corruption

2001-05-17 Thread GOMEZ Henri
>Could you explain a little more what these diffs accomplish? My >understanding of the fix that went into revision 1.5.2.4 to >fix the file upload problem was that doRead() returns an 'int' and was >causing the byte >0xFF to be sign extended into the integer -1 which is the EOF >return value f

JavaScript vs. JSP

2001-05-17 Thread Zsolt Horvath
In the JSP tag I can't access the JavaScript function's parameter. Here is the code: function getDetailWindow(vParameter) { <% jspMainservlet.buildDetailedNews(request, %>vParameter<%);%> } And the error message: Unable to compile class for JSPD:\tomcat\work\localhost_8080%2FNews\_0002fmails_0

bad watchdog test?

2001-05-17 Thread Casey Lucas
I finally had some time last night to see why all of the watchdog tests wouldn't run correctly if tag pooling was turned on. Based on my understanding of the spec I think that that some of the code included in watchdog may be incorrect. The spec says that a tag handler can be used multiple time

RE: Servlet Upload Data Corruption

2001-05-17 Thread Keith Wannamaker
I committed that fix a few months ago; I thought I got both methods but must not have. I will investigate. Keith | -Original Message- | From: kevin seguin [mailto:[EMAIL PROTECTED]] | Sent: Thursday, May 17, 2001 7:22 AM | To: [EMAIL PROTECTED] | Cc: [EMAIL PROTECTED] | Subject: Re: Ser

RE: Jasper performance

2001-05-17 Thread cmanolache
Hi Carlos, On Thu, 17 May 2001, Carlos Gaston Alvarez wrote: > I dont know if I really understood. You (some) are thinking to compile a > jsp using xslt. I didnt know that that was possible. I mean, can a jsp be > loaded as a dom object? I think that it cannot because a nice guy can write >

submitting a patch

2001-05-17 Thread Ryan Smith
I have found a bug and fixed it in the Tomcat NT service program. How do I submit it? Do you guys take bug fixes from independent people. I had heard from several people that they had submitted bug fixes and you guys told them to f*** off (not necessarily in those terms).

RE: Jasper performance

2001-05-17 Thread gastush
Ok Chris. Now I undertand. Working with JSP when I found that type of mistakes I went to see the .java generated. There I matched the line number so I could see which was the bad code. Then I had to go to the jsp to fix it. It is not the best of the world, but is that that bad? On the other hand

RE: [jakarta-tomcat-connectors] a dilemma ...

2001-05-17 Thread GOMEZ Henri
>> The problem is not only the Request object, but the whole >infrastructure >> needed for efficient communication ( MessageBytes, Headers, etc ). >> > >i've started down this path (1). there's a bunch of stuff in tomcat 3 >(like MessageBytes) that would be useful... i posted a >message a cou

RE: status code 207

2001-05-17 Thread Marc Saegesser
What version of Tomcat are you using? From at least Tomcat 3.2.1 that MissingResourceException is caught and handled. If there isn't a message string associated with the result code we send back the status code without the string. Also, in Tomcat 3.2.2 (now in beta) a message string has been ad

RE: Servlet Upload Data Corruption

2001-05-17 Thread Marc Saegesser
Take a look at http://jakarta.apache.org/site/getinvolved.html for information about contributting to Jakarta projects. Specifically, use the -u option for generating diffs and send the diffs as attachments instead of inline. Could you explain a little more what these diffs accomplish? My under

RE: Jasper performance

2001-05-17 Thread Paulo Gaspar
Even less GPL (commercial) but still for free, not so clumsy and with a better GUI and Debugger... Borland's JBuilder 4 Foundation. =:o) Have fun, Paulo Gaspar > -Original Message- > From: Kaneda K [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 3:55 PM > To: [EMAIL PROTECTED]

RE: Jasper performance

2001-05-17 Thread Paulo Gaspar
Answer inline: > -Original Message- > From: Christopher Kirk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 3:17 PM > > >From my view, the problem with JSP->Java->Class isn't performance its > debugging. JSP is hard to work with when you make a mistake, very > often the > error

RE: Jasper performance

2001-05-17 Thread cmanolache
On Thu, 17 May 2001, Christopher Kirk wrote: > > >From my view, the problem with JSP->Java->Class isn't performance its > debugging. JSP is hard to work with when you make a mistake, very often the > error message is less than helpful. A very large step in improving this is > by making the line

Re: Servlet Upload Data Corruption

2001-05-17 Thread DAK
This is the log message to which I'm referring. It put the (char) in the return statement of doRead() revision 1.5.2.4 date: 2001/01/30 04:17:53; author: danmil; state: Exp; lines: +4 -4 Fixed (yet another) bug with File Upload. Tomcat was returning signed data to servlets (via ServletInput

RE: Jasper performance

2001-05-17 Thread Paulo Gaspar
answer inline... > -Original Message- > From: Carlos Gaston Alvarez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 1:51 PM > > I don't know if I really understood. You (some) are thinking > to compile a > jsp using xslt. I didnt know that that was possible. I mean, can a js

RE: Jasper performance

2001-05-17 Thread Kaneda K
I agree with you, So I'll suggest you Forte IE, which has a great debugger. that allow you to trace exception form the stack to the class, then to the original source code. It also allow break point, which is the least. The only regrets about this tools : - need a big computer (600mz and m

Re: Jasper performance

2001-05-17 Thread Dennis Doubleday
At 08:35 PM 5/16/01, Jon wrote: >Also, there is a reason for the #foreach... > > Jon, I agree with most of your points. I am a new Velocity user and I am very impressed by its combination of power and simplicity. Reading/writing XSLT

RE: Jasper performance

2001-05-17 Thread Christopher Kirk
>From my view, the problem with JSP->Java->Class isn't performance its debugging. JSP is hard to work with when you make a mistake, very often the error message is less than helpful. A very large step in improving this is by making the line number given by the stack trace match the line numbers o

Tomcat 3.3 development unfrozen

2001-05-17 Thread Larry Isaacs
Development in jakarta-tomcat for Tomcat 3.3 may resume. Cheers, Larry __ Larry Isaacs [EMAIL PROTECTED] SAS Institute Inc.

RE: configure for jakarta-tomcat-connectors

2001-05-17 Thread GOMEZ Henri
>> Error - it shouldn't be in common... Are you sure ? in jk_jni_worker there is a jni_worker_factory() which is referenced in jk_worker_list.h which is used to determine workers in jk_worker.c (get_factory_for). If jk_jni_worker is removed from common, it should be also removed from the lis

RE: Jasper performance

2001-05-17 Thread Carlos Gaston Alvarez
I dont know if I really understood. You (some) are thinking to compile a jsp using xslt. I didnt know that that was possible. I mean, can a jsp be loaded as a dom object? I think that it cannot because a nice guy can write some code like <% out.writeln(""); %> and that is, it is not more xml c

Re: Servlet Upload Data Corruption

2001-05-17 Thread kevin seguin
i didn't see any comments in commit messages that mentioned the problem you are speaking of. can you find that comment again and send it? thanks. DAK wrote: > > Here's my first submission! It pertains to Tomcat-3.2.1 and looks to be > the same in 3.2.2.b4 > > I have some client code that send

Re: Servlet Upload Data Corruption

2001-05-17 Thread kevin seguin
i didn't see any comments in commit messages that mentioned the problem you are speaking of. can you find that comment again and send it? thanks. DAK wrote: > > Here's my first submission! It pertains to Tomcat-3.2.1 and looks to be > the same in 3.2.2.b4 > > I have some client code that send

RE: [PATCH] configure.in for jakarta-tomcat-connectors

2001-05-17 Thread GOMEZ Henri
Thanks for the configure stuff JF. Stay all tuned since I'll upload today or tomorrow updated stuff for mod_jk and ajp14.. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8

RE: Jasper performance

2001-05-17 Thread Paulo Gaspar
> ... > XSLT is not perfect - neither is HTTP or HTML or any other standard. But > because Apache and many other organizations are implementing and using it > - I think they'll be around for a while :-) > > Costin Costin, You are still missing the point (as I wrote in my previous post on t

Bug in runtime/JspFactoryImpl.java

2001-05-17 Thread Antony Bowesman
Hi, Excuse the cross post to User/Dev but this problem has been reported by others in user. Further to yesterday's message re jasper/tomcat exceptions, it seems that there is either a bug in the coed generation or the JspFactoryImpl. If the generated code gets an exception pageContext is never

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves RequestDumperValve.java

2001-05-17 Thread remm
remm01/05/17 01:38:32 Modified:catalina/src/share/org/apache/catalina/valves RequestDumperValve.java Log: - getCookies() will return null now if no cookies are set. Revision ChangesPath 1.3 +9 -7 jakarta-tomcat-4.0/catalina/src/sha