[PATCH] Bug fix for #1678

2001-05-23 Thread Hiro Takahashi
This is the fix for ServletInputStream.read() bug. #1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678 The change is in Ajp13ConnectorRequest.java. This one is obviously the one which has not been tested with a binary data. I made this patch for 3.2.1. Index: Ajp13ConnectorRequest.j

Re: CGI perl on Windows

2001-05-23 Thread Amy Roh
Kevin, thanks for the suggestion. However, the association is already set up. I'm using the same ActivePerl from ActiveState. All my perl files with .pl have a little yellow cute symbols which mean the association is there already. Amy - Original Message - From: "kevin seguin" <[EMAIL

Re: CGI perl on Windows

2001-05-23 Thread kevin seguin
i would guess the problems you are running into are related to .pl file types not being associated with the perl executable. what distribution of perl are you using? it's been a while... but the last time i installed perl on windows, i used the active state dist (http://www.activestate.com/) and

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Casey Lucas
I think the changes will be too big to add before the 3.3 freeze. I like your alternative and will start bashing the jsp->java files to get something optimal before changing the jasper34 generator code. I'll let you know when I have something that looks interesting so that it can be discussed b

CGI perl on Windows

2001-05-23 Thread Amy Roh
Was anyone able to run CGI perl scripts on Windows via Apache successfully? I couldn't get it to work even though I have perl interpreter installed on my windows machine. I can run perl scripts fine on command line but not through CGI using Apache. I couldn't find any docs on Apache limiting th

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread cmanolache
Casey, We hope to freeze 3.3 for a release in the next weeks. If you feel the changes are reasonably small and will not create problems - you can still do it. What about: 1. We copy the code from 3.3 as it is in jasper34 area ( except that we rename the package ). 2. We make sure it builds a

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Casey Lucas
Costin & Craig, I agree with both of you. The optimizations that Craig mentioned are exactly the ones that I was hoping to add. Yes, the least fun part will probably be adding to the existing generator code. But, until a new generating architecture is in place, I think it would be good to go

Re: 8 Patches for Win2k, Forte2.0 & JDK1.3.0_01

2001-05-23 Thread Craig R. McClanahan
On Wed, 23 May 2001, Peter Costello wrote: > The following patches were made to get > jakarta-tomcat4.0-b5 to > compile and work properly in an environment using > Win2000, > JDK1.3.0_01 and Forte2.0 IDE. > > Could an active developer please review and check > out/in the changes? > Hi Peter,

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters RequestDumperFilter.java

2001-05-23 Thread craigmcc
craigmcc01/05/23 15:26:19 Modified:webapps/examples/WEB-INF/classes/filters RequestDumperFilter.java Log: Deal with the fact that request.getCookies() can return null. PR: Patch #5 from the "8 Patches" message on 23 May 2001 Submitted by: Peter Costell

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/xml XmlMapper.java

2001-05-23 Thread craigmcc
craigmcc01/05/23 15:19:52 Modified:catalina/src/share/org/apache/catalina/util/xml XmlMapper.java Log: Do not print double debug messages when processing a method setter that declares zero arguments (and thus takes its method argument from the nested body

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-05-23 Thread craigmcc
craigmcc01/05/23 15:06:33 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: If an attempt is made to execute Catalina with no command line parameters at all (or an unrecognized parameter), display a usage message and exit. PR: Patch #3 of the "8 Patc

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread cmanolache
On Wed, 23 May 2001, Craig R. McClanahan wrote: > I know Costin loves evolutionary change :-), and it's certainly a valid > approach to Jasper. > > But there is also another approach we should consider - a green-field > recoding of at least some of the major components (conforming to an > agreed

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

2001-05-23 Thread craigmcc
craigmcc01/05/23 15:01:07 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterChain.java Log: It is not necessary to synchronize the service() call of a SingleThreadModel servlet, since StandardWrapper.allocate() already ensured that the

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

2001-05-23 Thread craigmcc
craigmcc01/05/23 14:53:02 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: Change the way that the servlet's service() method is invoked to match the way this is done in ApplicationFilterChain when a top-level servlet is

Fw: windows 2K + IIS 5.0 + cgi program + HTTP connection Keep Alive doesn't work

2001-05-23 Thread xuemei
Hi, The clear POST data flow is attached as a file. Thanks! Xuemei - Original Message - From: xuemei <[EMAIL PROTECTED]> To: Scott Stahlman <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 5:37 PM Subject: Re: windows 2K + IIS 5.0 + cgi program + HTTP connectio

Re: New to Tomcat

2001-05-23 Thread Amy Roh
How to get involved -- http://jakarta.apache.org/site/getinvolved.html Amy Will Nelson wrote: > > > Hi, I am an experienced java developer that would like to get involved > in Tomcat's development. I have a couple of questions. > > It appears from the posts that development is mostly done in F

FW: New to Tomcat

2001-05-23 Thread Will Nelson
Title: FW: New to Tomcat Hi, I am an experienced java developer that would like to get involved in Tomcat's development.  I have a couple of questions. It appears from the posts that development is mostly done in Forte's IDE.  Is this correct?  The bigger question, I have downloaded the sou

Re: windows 2K + IIS 5.0 + cgi program + HTTP connection Keep Alive doesn't work

2001-05-23 Thread xuemei
Scott, Thank you very much for your help! I've posted my question to both tomcat-user and tomcat-dev newsgroup before I sent to you. Here I'll tell more about my program: System: Client Firewall --- [ Web Server - cgi program - mux server ] --- Another Server the data flow for each HTTP P

New to Tomcat

2001-05-23 Thread Will Nelson
Title: New to Tomcat Hi, I am an experienced java developer that would like to get involved in Tomcat's development.  I have a couple of questions. It appears from the posts that development is mostly done in Forte's IDE.  Is this correct?  The bigger question, I have downloaded the source

Tomcat 3.2.2 problem with string resources

2001-05-23 Thread Shawn McMurdo
I just noticed that facade/RequestDispatcherImpl.java uses the strings defined in core/LocalStrings*.properties, where rdi.forward.ise is defined, but it also tries to use strings that aren't defined there. They are dispatcher.includeException dispatcher.forwardException both of which are actuall

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Craig R. McClanahan
On Wed, 23 May 2001 [EMAIL PROTECTED] wrote: > On Wed, 23 May 2001, Casey Lucas wrote: > > > > > btw, If i start tinkering, should I work with jasper34 or the 3.3 stuff? > > Difficult question... > > The problem with jasper34 is that it doesn't work yet ( the one in > proposals/jasper34 - I

cvs commit: jakarta-tomcat-4.0/jasper build.xml

2001-05-23 Thread craigmcc
craigmcc01/05/23 12:44:30 Modified:jasper build.xml Log: When revising the build procedure, I accidentally broke the copying of our special patched jaxp.jar and crimson.jar files to get around the package sealing violations. This fix restores them. Revision ChangesP

Re: servlet.jar and jsp.jar

2001-05-23 Thread Craig R. McClanahan
On Tue, 22 May 2001, JULIEN,TIMOTHY (HP-NewJersey,ex2) wrote: > I see that Tomcat 4.0 is not yet using the new servlet.jar and jsp.jar that > were released on April 24 by SUN. > Yah, we're not. We use the one from jakarta-servletapi-4. > I think they are broken - servlet.jar is missing > ja

Re: 8 Patches for Win2k, Forte2.0 & JDK1.3.0_01

2001-05-23 Thread Craig R. McClanahan
On Wed, 23 May 2001, Mark.Abbott wrote: > > > Peter Costello wrote: > > > > > > === > > 1) org.apache.catalina.authenticator.FormAuthenticate > > > >The following enhancement allows the IE5.0 browser > > to maintai

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread cmanolache
On Wed, 23 May 2001, Casey Lucas wrote: > > btw, If i start tinkering, should I work with jasper34 or the 3.3 stuff? Difficult question... The problem with jasper34 is that it doesn't work yet ( the one in proposals/jasper34 - I still have to move it in the new repository ). Mea culpa - I trie

Re: 8 Patches for Win2k, Forte2.0 & JDK1.3.0_01

2001-05-23 Thread Mark.Abbott
Peter Costello wrote: > > > === > 1) org.apache.catalina.authenticator.FormAuthenticate > >The following enhancement allows the IE5.0 browser > to maintain the >correct URL in its history list. For example, if >

Re: Tomcat 3.3 or 4.0 under Netbeans 3.2 anyone?

2001-05-23 Thread Petr Jiricka
Neeme, I didn't try myself, but the basic scheme for debugging servlets is the following: 1) Modify the Tomcat startup script so JVM runs in the debugging mode - we use something like the following: C:\jdk1.3.1\jre\..\bin\java -classic -Xdebug -Xnoagent -Xrunjdwp:transport=d t_socket,address=pj

8 Patches for Win2k, Forte2.0 & JDK1.3.0_01

2001-05-23 Thread Peter Costello
The following patches were made to get jakarta-tomcat4.0-b5 to compile and work properly in an environment using Win2000, JDK1.3.0_01 and Forte2.0 IDE. Could an active developer please review and check out/in the changes? =

RE: Tomcat 3.3 or 4.0 under Netbeans 3.2 anyone?

2001-05-23 Thread Neeme Praks
ok, nevermind, I already found some help for this: http://www.netbeans.org/www-nbusers/msg06837.html Neeme > -Original Message- > From: Neeme Praks [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 3:13 PM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3 or 4.0 under Netbeans 3.2

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread cmanolache
On Wed, 23 May 2001, Rickard Öberg wrote: > Jasper performance is a high priority thing for us (nr 1. on our "system > performance fixing" list actually), so if possible, absolutely. I can't > say I've delved that far into Jasper yet though. It was a bit hard to > read. I'm working on a refactor

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Casey Lucas
Glenn Nielsen wrote: [snip] > > I just had an idea (dangerous things) regarding tag pooling optimizations. > > When Jasper translates a page it should be able to generate information > about which tag handler classes it needs, and for each tag handler, the > profile of the attribute/value pa

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-23 Thread Larry Isaacs
I sent a vote earlier, but I don't see a copy from tomcat-dev. Sending it again in case is wasn't just my mail system that misplaced it. [X] +1. I agree with the proposal and I will help support the release. Larry > -Original Message- > From: Marc Saegesser [mailto:[EMAIL PROT

Help Anyone

2001-05-23 Thread Joco Lopes
I have written a Java app to change messages with an IBM server. Here´s how it works: it receives a set of parameters and makes a byte array that is sent via TCP/IP to the IBM server. If the message is accepted by the server a few seconds latter I get a repply. I have installed TomCat and it´s wo

Tomcat 3.3 or 4.0 under Netbeans 3.2 anyone?

2001-05-23 Thread Neeme Praks
Is there anyone out there who has gotten Tomcat 3.3 or 4.0 working under Netbeans 3.2 IDE? It doesn't have to be very integrated with the IDE, I just want to debug my servlets, no JSP or anything... I tried, but due to the new (pretty advanced) classloading scheme, I'm not sure how to accomplish

RE: RE: RE: Problem in Transferring session between http and http s on Net scape

2001-05-23 Thread Williamson, James
Title: RE: RE: RE: Problem in Transferring session between http and http s on Net scape If you're on a Un*x box, try netstat (options may vary depending on your Unix flavour): netstat -lp (l for listening, p for which programs are listening, it relies on /etc/services though) -Origi

README.configure for jakarta-tomcat-connectors

2001-05-23 Thread jean-frederic clere
Hi, I have started to write a README for the configure of the jakarta-tomcat-connectors/jk/src/native. Find it enclosed. Several features are not yet supported, but I will try to go on with --with-apache (static module). Any comments? Cheers Jean-frederic Installation

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Rickard Öberg
Glenn Nielsen wrote: > I just had an idea (dangerous things) regarding tag pooling optimizations. > > When Jasper translates a page it should be able to generate information > about which tag handler classes it needs, and for each tag handler, the > profile of the attribute/value pairs. At runti

Re: Jasper performance/3.3 tag pooling

2001-05-23 Thread Glenn Nielsen
Rickard Öberg wrote: > > [EMAIL PROTECTED] wrote: > > > > We know the pool is synchronized and that may create problems under heavy > > > > load, and we know how to fix this ( by using a per/thread pool without > > > > synchronization ). > > > > > > That is one solution, but what do you do with t

Re: Tomcat4 Default Error Handling

2001-05-23 Thread Glenn Nielsen
Sounds like something to add to the Tomcat 4 todo list. I see this as something that could be configurable at the , , , or . With the ability to specify a Handler or static page for both HTTP status codes and Exceptions. These could be overridden by a web applications web.xml. Regards, Glenn

Re: New Tomcat web site

2001-05-23 Thread Glenn Nielsen
Great job Marc! Marc Saegesser wrote: > > The jakarta-tomcat-site repository has been created and populated. The > Jakarta web site has been updated to point to the new stuff. The README.txt > file in the root directory has basic instructions. > > I claim no great ability at site design or wo

RE: Problem in Transferring session between http and https on Net scape

2001-05-23 Thread Casper Gjerris
I believe you are abusing [EMAIL PROTECTED] now. Go to http://jakarta.apache.org/site/mail.html and read Summary: Do not abuse resources in order to get help. Casper - Original Message - From: "Deepak Raina" <[EMAIL PROTECTED]> > I think you are right. But there is already a service r

RE: RE: RE: Problem in Transferring session between http and https on Net scape

2001-05-23 Thread Deepak Raina
I think you are right. But there is already a service running on port 80. But i'm anable to find which service is running at port 80.Is there any way from where we can find which service is running on a particular port? Deepak Raina INTIQUA India B-65 Okhla Industrial Area - I New Delhi 110 020