[PATCH] ResponseStream.java / Tomcat 4.0

2001-03-08 Thread David
) method, second parameter (offset) was not used ! David Jilli - MyComponents.com Product Division --- ResponseStream.java Thu Mar 8 18:10:36 2001 +++ fixed/ResponseStream.java Thu Mar 8 18:10:35 2001 @@ -265,7 +265,7 @@ int actual = len; if ((length 0) ((count + len) = length

RE: mod_jk and Apache timeouts?

2003-02-17 Thread David
. Thanks Dave. Now if someone has windows and can grep what errno 53 means... Costin Oxley, David wrote: Costin, Here is the log produced with mod_jk HEAD: [Mon Feb 17 17:23:26 2003] [jk_ajp_common.c (681)]: ERROR: can't receive the response message from tomcat, network problems

Suggestion for Admin Console

2002-10-19 Thread David
I really like the new administration web app for Tomcat. I think it will go a long way to further the use of Tomcat by users that want to focus on building their application and not have to learn the configuration XML structures of Tomcat. I also think this type of an Administration Console

Re: DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body.

2003-01-15 Thread David
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 5:42 PM Subject: DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body. DO NOT REPLY TO THIS EMAIL, BUT PLEASE

Which class stores the JNDI resources?

2004-04-30 Thread David
webapp via a war file so it needs to be in the default context. Can anyone point me to the class handling the saves to JNDI so I can see exactly what is happening? Or a good workaround for this? Thanks, David - To unsubscribe, e

RE: Which class stores the JNDI resources?

2004-04-30 Thread David
Any idea which version has it fixed sandy? I've tried Tomcat 4.1.30 as well as 5.0.19 to no avail. Is it only in cvs at this point? Thanks, David -Original Message- From: Sandy McArthur [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 3:12 PM To: Tomcat Developers List Subject: Re

A question regarding source release.

2000-11-15 Thread David Ferry
am not subscribed to the email alias, so if you want to reply/flame please email me directly. Cheers, -David -- David Ferry Open Cloud [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: MVC problem

2000-11-30 Thread Aiken, David
That sounds workable.. i looked for an archive of this newsgroup but didn't have any luck - do you know where the relevant section in the JSP/servlet spec is? thanks! david -Original Message- From: Mike La Budde [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 10:54 AM

MVC problem

2000-11-30 Thread Aiken, David
- but this negates any advantage to the MVC approach (and forces page/servlet developers to remember to place checks into all of their content). We're probably missing something - it seems difficult to believe that the MVC approach has such a fundamental flaw. thanks! David Aiken BMC Software

[PATCH] Fix for src/doc/faq - What do different init parameters for the JSP engine mean?

2000-12-05 Thread David Rees
Can someone apply this patch? It looks like the faq had fallen a little out of date while the name of the JspServlet changed. Took me a little while to figure out why JSPs stopped working after following the FAQ. :-) This diff was performed on tomcat-3.2 final src tarball. Thanks, -Dave ---

Sharing look/feel across webapps

2000-12-07 Thread Aiken, David
on the same server, and the CLASSPATH could hold any required classes for tags et al, but i'm not sure if tag library declarations or includes of JSP pages/CSS style sheets across app boundaries would work. Does anyone have a useful strategy to solve this problem? thanks! david aiken

RE: More Ajp13 Work Completed

2000-12-07 Thread David Rees
One other thing: in the course of getting this all working, I fixed what seemed to me to be a very serious bug with regard to the persistent connection between the web server and the container. Basically, the read position into the buffer of request data wasn't getting properly reset to 0

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
If people running AJP13 think that the patches are good ones, I'd say let's go ahead and incorporate them in the "tomcat_32" branch so that they'll be included in 3.2.1. In my setup, I can't even use AJP13 because it randomly returns blank pages, so in IMHO it can't get any worse. ;-) Dan

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
Is there any way you can make these available in a standard .tar.gz or .zip to save people the hassle of running the .rpms through alien? The RPMS goes a step farther since they prepare installation and remove. Also they take care of dependencies. Which can be a good thing if you're using

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
If there is around Linux users who want to test the latest TC 3.3 (with the ajp13 patches), just take a look at : http://rpmized.free.fr/ Is there any way you can make these available in a standard .tar.gz or .zip to save people the hassle of running the .rpms through alien? Thanks, -Dave

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
, David -- I believe I've fixed the problem with Ajp13 randomly getting blank pages, but that is *not* yet under cvs. Thanks for the clarification, Dan. I hope to help test the new Ajp13 bug fixes when they get into CVS. -Dave

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
: Michael Grinder [mailto:[EMAIL PROTECTED]] On Fri, 8 Dec 2000, David Rees wrote: Which can be a good thing if you're using Linux. But if you're doing development on Windows, it's a PITA to take it to your Linux box, and run it through alien so you can put it on your Windows box. You

RE: Ajp13 / Tomcat 3.2

2000-12-08 Thread David Rees
-Original Message- From: danmil [mailto:danmil]On Behalf Of Dan Milstein Well, I just poked through the Tomcat 3.2 which handles Ajp13, and, though the code's laid out a bit differently, as far as I can tell, the critical problem I described with reading request data is only in 3.3

RE: cvs commit:jakarta-tomcat/src/examples/WEB-INF/classes/examples ShowSource.java

2000-12-11 Thread David Rees
(Don't ask me what I think of stupid operating systems that accept "//" in a pathname and simply ignore them like Linux does ... grrr). SGI IRIX 6.5.8 and FreeBSD 4.1-STABLE also behave the same way, I would expect all Unix machines to do the same. -Dave

Re: String usage in JSP-compiled Servlets?

2000-12-15 Thread David Brown
"Craig R. McClanahan" wrote: Well, any given page creates only one instance of the servlet class, so using static really would not make any difference here. The string constants are (in effect) created when the class is first loaded, not on every method call. Also, most JVMs implement

RE: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread David Rees
-Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] on 12/18/2000 10:01 AM, "Greg Bailey" [EMAIL PROTECTED] wrote: As a use of Tomcat 3.1 on several production machines, may I say "thanks" also to Costin and everyone else who supports 3.1 (and 3.1.1, 3.2, 3.2.1,

RE: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread David Rees
Hi Craig, -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Frankly, I am disappointed in the development process of Tomcat. I posted a simple documentation patch (See bug report 528) two weeks ago for the FAQ included with the Tomcat 3.x and posted a

RE: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread David Rees
From: Jon Stevens [mailto:[EMAIL PROTECTED]] There are no issues with porting to 4.0. I just took an app developed on 3.x and moved it to 4.0 without any problems. Maybe for your app it ported over, but for others (specifically those working with XML and parsers other than the one bundled

RE: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread David Rees
Hi Jon, From: Jon Stevens [mailto:[EMAIL PROTECTED]] Of course not. That is why I'm suggesting to move away from it for the future and opening the discussion of that now. Would you rather that we continue to follow down this path of split trees forever? Would you rather that all of our

RE: Class reloading problems (TC 3.x)

2000-12-19 Thread David Rees
Sorry, for Tomcat 3.x you're stuck restarting Tomcat after updating beans or servlets. Take a look at this post from Craig which may shed more light on the subject: http://marc.theaimsgroup.com/?l=tomcat-userm=97562988801936w=2 I don't know if this is something Costin has any ideas about for

RE: future questions

2000-12-19 Thread David Rees
From: Jon Stevens [mailto:[EMAIL PROTECTED]] snip p.s. Costin, I had a great idea. I'm going to forward to you all of the personal email based Tomcat support questions that I get. Have fun answering them. :-) How about forwarding them or pointing them to the tomcat-user list where these

RE: TC 3.2 - Better logging messages when something bad happens?

2000-12-21 Thread David Rees
Thanks for the reply, From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] David Rees wrote: Anyone have any technical comments on the message below? I think that printing a stack dump in this case can be very useful, but someone else may have a different view. For developers

JDBCRealm, possible fix for Bug Report #605

2000-12-22 Thread David Weinrich
and want to be sure 1) My guesswork is correct that these parts of JDBC can/will cause problems and B) I am doing things the right/acceptable/logical way before submitting a patch. ( And nacho I promise to include the patch as an attached text file next time ;) Thanks again and I hope everyone has a great holiday season! David Weinrich

RE: TC 4.0M5 / TC 3.2.1

2000-12-08 Thread David Rees
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] My understanding is that Dan is doing a refactoring of AJP13 and he's extending and fixing the protocol. I don't know if that would be a "safe" thing for 3.2.1, most refactoring requires a lot of testing and

[patch] for BugReport #602

2000-12-15 Thread David Weinrich
In filing bug report #602 ( JDBCRealm and jakarta-tomcat-4.0-m5 ), the patch I pasted didn't seem to make it into the report, so here it is again, just in case. My apologies if this ends up duplicating the bug submission :) On a semi-related note, I went through and modified the 3.2 version of

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread David Weinrich
lly to 3.x and 4.0 for me. Thanks again for the good work! David Weinrich

Url Encoding/Decoding and static resources

2000-12-27 Thread David Weinrich
;) Thanks again and I should have the 3.2 patch worked over by tomorrow afternoon or so. David Weinrich --- ResourcesBase.java Tue Dec 26 23:36:29 2000 +++ ResourcesBaseEd.javaTue Dec 26 23:37:27 2000 @@ -961,9 +961,32 @@ * @param path Path to be normalized */ protec

Re: Url Encoding/Decoding and static resources

2000-12-28 Thread David Weinrich
is in the encoded string, or if the url tries to access resources out of the context etc... ). Let's only hope I don't find yet another error in my patch right after I send this one out! David Weinrich --- DefaultServlet.java Thu Dec 28 00:30:23 2000 +++ DefaultServletEd.java Thu Dec 28 00:29

Re: Url Encoding/Decoding and static resources

2000-12-28 Thread David Weinrich
Here is the patch for Tomcat 3.2.x, turned out to be fairly straightforward, but again there may be a better place to put this fix and there may be security issues I hadn't considered...Thanks again! David Weinrich --- FileUtil.java Thu Dec 28 19:19:43 2000 +++ FileUtilEd.java Thu

The significance of root context

2001-01-01 Thread David Soroko
to ). * Start TC * Connect to http://localhost:8080 Note: the same behavior can be seen if webapps/ROOT is removed. -- David Soroko mailto:[EMAIL PROTECTED] http://www.geocities.com/SiliconValley/Campus/1628/ Manna Inc.

RE: The significance of root context

2001-01-02 Thread David Soroko
Thanks --David Sorokomailto:[EMAIL PROTECTED]http://www.geocities.com/SiliconValley/Campus/1628/Manna Inc. -Original Message-From: Thom Park [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January

Re: BugRat Report #723 has been filed.

2001-01-09 Thread David Weinrich
resend it. David Weinrich - Original Message - From: BugRat Mail System To: [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 04:39 Subject: BugRat Report #723 has been filed. Bug report #723 has just been filed. You can view the report at the following URL: http

Re: AccessLogUtil and minor patch to AccessLogValve

2001-01-12 Thread David Weinrich
In diving through the documentation I found for log4j, and hitting the website I noticed...it is now part of the jakarta project (yay!). Seems like this would be a (much much much) better idea than my mostly-untested syslog code for an addition to the logger classes, any thoughts on this? David

The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
locate the source of the problem first. Has anyone else had this problem or anything like it yet? David Weinrich note: the system this is running on is Win2k and jdk/jre 1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
StandardHost[localhost]: expand(jar:file:C:\java\tomcat-4.1\webapps\struts-upload.war!/) 19-Jan-2001 15:56:26 StandardHost[localhost]: Proposed directory name: struts-upload ... I will try to dig into this more later tonight/this weekend. Any further hints/ideas would be appreciated :) David

Meeting dialins

2001-01-20 Thread David Weinrich
for the dialin from the other end an idea of demand/lack of demand. As an alternate idea, a webcast of even just the audio would work fine for me as well...but that is probably a bigger PITA than having the dialin. thanks again, David Weinrich As far as the dial-ins -- I'm disappointed as well

Re: An update to Tomcat

2001-01-26 Thread David Pollak
Pierre et. al., I've updated the 3.2.1 code to support testing included files for changes when determining wether to compile a JSP page. Do you want the code? If so, please let me know the best format to deliver it. Thanks, David Anil Vijendran wrote: David, Can you follow this up

Re: [Tomcat 4.0] Proposed Change in Build Scripts

2001-02-01 Thread David Weinrich
This makes a heck of a lot of sense to me... ( an unofficial +1 I guess :) David - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 09:30 Subject: [Tomcat 4.0] Proposed Change in Build Scripts There i

Re: 3.2.2 Release?

2001-02-02 Thread David Weinrich
On a somewhat unrelated note... I noticed a bugrat report this morning on an urlencoding that I had submitted a patch for a little while back ( which was flawed/incomplete ). In the process of redoing the patch and grabbing the source from cvs I came up against this issue: what the heck tag is

Re: Working combination of apache+lservModule+tomcat? or IIS5 + tomcat?

2001-02-05 Thread David Lee
to the @Jserv@/ApacheModuleJServ.dll. However the trick is that you have to make a copy of the servlet.jar and name it as jsdk.jar so that the JServ can point to jsdk.jar because JServ is still trying to find the jsdk.jar released with the JSDK2.0 Good luck, David --- Charles Chen [EMAIL PROTECTED] wrote

Ajp13/mod_jk - returning mod_ssl's SSL_CIPHER_USEKEYSIZE environment variable

2001-02-08 Thread David Wall
y. Thanks, David

Re: [PATCH]: Bugrat report 723 ( unescaping/unencoding URLs ) was 'Re: 3.2.2 Release?'

2001-02-09 Thread David Weinrich
Just checking back on the status of this patch, I received some email from someone who isn't actively on the list but has the same problem as originally reported in Bugrat report 723. Anyone have any feedback on the patch or the control characters in URL question I had? David Weinrich

Lost Session

2001-02-22 Thread David MAUMENEE
Hello, I want to use session to store an Object. It's OK from a Servlet to aJSP, BUT the session disappear from a JSP to a servlet. Any idea ? Thanks, David M.

3.1 - mysterious socket exception

2001-02-27 Thread david . svanberg
Hi, I recieve this message and can't figure out what it means (running version 3.1). Is this a misconfiguration? java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

Patch for HTTP protocol bug in jakarta-apache

2001-03-05 Thread David Campbell
Hi, I would like to contribute the diff below, that should correct a current HTTP protocol violation in virtually every request served by jakarta-apache, and prevents jakarta-apache URLs being opened by various strict HTTP clients such as PHP and Yospace SmartPhone WAP browser. The problem has

Unsafe path ?

2001-03-13 Thread David Soroko
-- David Soroko mailto:[EMAIL PROTECTED] http://www.geocities.com/SiliconValley/Campus/1628/ Group Manager, Core Technologies Manna Inc.

Re: cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-03-14 Thread David Rees
On Thu, Mar 15, 2001 at 07:33:19AM -, [EMAIL PROTECTED] wrote: costin 01/03/14 23:33:19 - added -noout option to redirect the stdout/stderr to a file Great, I've been modifying my tomcat scripts to do this by hand forever. - save the PID of the java process in conf/tomcat.pid

Re: Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread David Rees
On Wed, Mar 14, 2001 at 08:19:16AM -0700, Arieh Markel wrote: file-based:(path/filebasename[locale].filetype) 1. docbase/dir/.../index_fr_CA.html 2. docbase/dir/.../index_fr.html 3. docbase/dir/.../index_en_US.html 4. docbase/dir/.../index_en.html 5.

TC4.0b1 - getting apache connector to connect

2001-03-17 Thread David Wall
I'm trying to get catalina working with Apache 1.3.19 on Linux, but for I've got something misconfigured. It cannot find my 'pub' webapp based on this error: Application pub with path /pub/ not found Here's how it's defined in server.xml: !-- Define an Apache-Connector Service -- Service

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request StaticInterceptor.java

2001-03-17 Thread David Rees
On Fri, Mar 16, 2001 at 11:42:00PM -, [EMAIL PROTECTED] wrote: arieh 01/03/16 15:42:00 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 StaticInterceptor.java Log: Add support for docbase localization lookup. Maybe I'm missing

RE: new cocoon, tomcat website

2001-03-17 Thread David Abrams
Note, we're webcasting NBA Finals, PGA Masters, World Series, Oscars, Grammies, etc. We should be a good test for scalability. :) Keep those bug fixes comming! David -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 17, 2001 12:21 PM

Re: Bug 1006, what's next ?

2001-03-20 Thread David Rees
On Tue, Mar 20, 2001 at 07:03:04AM -0800, [EMAIL PROTECTED] wrote: I had a (long) weekend without computers. But I still found one and read the mail once - and your report is very serious and important ( and not easy to fix ). You have (at least ) my full attention. The read timeout will

Realm design

2001-03-23 Thread David Cittadini
requests? Thanks, David.

Tomcat IIS problem in in-process mode

2001-05-11 Thread Yann David
I can't get Tomcat to work correctly with IIS in the in-process mode. I successfully installed Tomcat with the ISAPI redirector (isapi_redirect.dll) the JNI adapter (jni_connect.dll), following the instructions of the in-process-howto.html tomcat-iis-howto.html files. Globally, Tomcat

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-09-04 Thread Schreibman, David
(and bring it up while my memory on the topic is still fresh). Thanks, -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-09-04 Thread Schreibman, David
Oops. Sorry for the typo. About ... chunk-size [ chunk-ext ] CRLF, as defined in rfc 2069. That's ... I meant rfc 2068! -David -Original Message- From: Schreibman, David Sent: Tuesday, September 04, 2001 11:03 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: cvs commit

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util SessionIdGenerator.java

2001-09-04 Thread David Rees
On Wed, Sep 05, 2001 at 02:42:14AM -, [EMAIL PROTECTED] wrote: marcsaeg01/09/04 19:42:14 Modified:src/share/org/apache/tomcat/startup Tag: tomcat_32 Tomcat.java src/share/org/apache/tomcat/util Tag: tomcat_32

Re: Another funny thought this time about PHP

2001-09-04 Thread David Rees
On Wed, Sep 05, 2001 at 05:38:56AM +0200, Deacon Marcus wrote: Hi, Some of my co-workers are pushing for php support. While I'm strongly opposing the idea (who needs php when jsp is available? imo that's plain ridicilous), I thought, is it - theoretically - or would it be possible - to set

Chunked input in 3.3-b2

2001-09-05 Thread Schreibman, David
get past the current problem and get to do my stress tests. -David -Original Message- From: Schreibman, David Sent: Tuesday, September 04, 2001 11:27 AM To: '[EMAIL PROTECTED]' Subject: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java Oops. Sorry

RE: NT Service Manager

2001-09-10 Thread David Oxley
]] Sent: 10 September 2001 16:08 To: '[EMAIL PROTECTED]' Subject: RE: NT Service Manager Hi David, I'll be glad to consider it. My criteria for including a usability enhancement, prior to Release Candidate 2 is: 1. Offers a real benefit. 2. It's impact is *easy* to evaluate. 3. It won't impact

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread David Oxley
Larry, Any chance of committing the attached patch before 3.3rc1. It makes jk_nt_service maintain a list of currently installed services in the registry. This is so the Service Manager I have written can work. I will be submitting the Service Manager in a few hours for committing in

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread David Rees
On Wed, Sep 12, 2001 at 03:19:15PM -0400, Larry Isaacs wrote: One of the main aspects of this issue is for me to become informed as to the state of Tomcat 3.3's mod_jk with respect to this. Tomcat 3.3's mod_jk.c has: s-req_uri = r-uri; which, by the statement below, appears to be

StandardManager : Session expiry thread.

2001-09-14 Thread David Lecomber
) at java.lang.Thread.run(Thread.java:484) I'd like to suggest an obvious patch to this -- a try/catch within/around removeAttribute or expire. As it's day one of me reading this mailing list, and even contemplating submitting a patch, does anyone have opinions regarding the preferred fix? Cheers David

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2001-09-14 Thread Schreibman, David
Hi, Shouldn't content-length be Content-Length? Or are the headers already forced to lowercase elsewhere? Or how about a case insensitive comparison to be nice -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 3:32 PM

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mo d_jk.c

2001-09-14 Thread Schreibman, David
OK, Sorry. It's right there in front of me! Been a long week ... -David -Original Message- From: Schreibman, David [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 4:07 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: cvs commit: jakarta-tomcat-connectors/jk

RE: DO NOT REPLY [Bug 3851] - SingleThreadModel ignored

2001-10-01 Thread Schreibman, David
FYI: I'm taking a look at implementing a pool for this since it seems like a fun task. If nobody beats me to it, I'll post my attempt when it's ready. -David -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 30, 2001 9:22 PM To: [EMAIL

[PATCH] SimplePool.java

2001-10-04 Thread Schreibman, David
Here's a simple tweak that clears out references to objects that are removed from the pool. The current code can delay garbage collection for objects that are removed from the pool but not returned. The diff is against 3.3-rc1 -David --- SimplePool.java.origThu Oct 4 10:14:51 2001

[PATCH] SingleThreadModel Pool for TC 3.3

2001-10-04 Thread Schreibman, David
to learn a bit more about the code base. Maybe it will be of some use to others. Looking forward to more good stuff from this project!! -David --- ServletHandler.java.origThu Oct 4 15:57:50 2001 +++ ServletHandler.java Thu Oct 4 16:06:28 2001 @@ -59,7 +59,7 @@ package

mod_jk support for LimitRequestBody

2001-10-23 Thread David Dankwerth
code of mod_jk and mod_warp i thought i should email the changes for your evaluation. please let me know if it makes sense ( i am not such a great C coder) Best regards David Dankwerth Best regards David Dankwerth newjk.tar.gz

RE: mod_jk support for LimitRequestBody

2001-10-23 Thread David Dankwerth
Hello Attached is mod_jk.diff which is diff mod_jk.c (my version) and old_mod_jk.c which is a copy of the mod_jk.c from JTC . Thanks David -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 11:24 To: [EMAIL PROTECTED] Subject: RE: mod_jk support

Where's the 3.3 release build?

2001-10-27 Thread Schreibman, David
Hi, Just wondering what happened to the 3.3 release build at http://jakarta.apache.org/site/binindex.html I'm pretty sure I got a copy from there last week but it's gone now. One of my co-workers was looking to install it today and just came by to ask me about this. Thanks, -David

[PATCH] TC 3.3 WebXmlReader.java

2001-10-31 Thread Schreibman, David
there was a good reason. Regards, -David --- WebXmlReader.java.orig Wed Oct 31 13:00:07 2001 +++ WebXmlReader.java Wed Oct 31 12:12:55 2001 @@ -99,7 +99,7 @@ static class WebXmlErrorHandler implements ErrorHandler{ Context ctx; XmlMapper xm; - boolean ok

RE: [PATCH] TC 3.3 WebXmlReader.java

2001-11-02 Thread Schreibman, David
parser warnings should impose the same startup penalty but now think it might be a good idea. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 8:33 AM To: Tomcat Developers List Subject: Re: [PATCH] TC 3.3 WebXmlReader.java

Question on mod_webapp and WebAppDeployment semantics

2001-12-02 Thread David Graff
I was reviewing the source code and operation of the mod_webapp library module and noticed a little operational quirk.. I've seen a couple of messages relevant to this but nothing that really gives me the correct answer. In the Sun Servlet specification v2.3 section 4.4 describes the parts that

Refactor of o-a-j-JspC

2001-12-13 Thread David Hoag
? - David Hoag _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[patch] o-a-jasper-JspC Just a refactoring of the class

2001-12-13 Thread David Hoag
Lots of changes, so here's the URL: http://www.objectwave.com/patch.txt - Dave _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Q about working on a bug

2001-12-18 Thread David Hoag
I submitted a refactoring for o-a-j-JspC as a patch. There is now a bug report (5471) that will likely require changes to JspC. Should I use the CVS latest as my starting point? or the refactored code? What would make it easier? - Dave

PATCH: NT Service display name should not be used as service name

2001-12-20 Thread Schreibman, David
to their hex representation. I've attached a patch using the first approach since I've used in in the past without any problems. I'll be happy to rework it to hex encode non alphanumerics if there is interest. -David --- jk_nt_service.c.origSun Oct 21 13:25:54 2001 +++ jk_nt_service.c

Re: Problem+Fix concerning static error pages in Tomcat 3.2.2

2001-05-30 Thread David Rees
A related bug to this is a nasty stack overflow error if an error page that you define is not found. It's pretty easy to reproduce, just add this to your web.xml: error-page error-code404/error-code location/some-nonexistant-file.jsp/location /error-page Then try to access a

Classpath Ordering: Questions, and possible contrib.

2001-06-23 Thread David Bullock
) where is the appropriate place to put user-documentation about classloading behaviour? 4) is there a test ( eg. JUnit test? ) or test-suite ( eg. WatchDog? ) or test web-app, that verifies contracts about classloading behaviour with respect to the Servlet 2.2 specification? regards, David

Classpath Ordering: Questions, and possible contrib. (fwd)

2001-06-23 Thread David Bullock
] ...sorry 'bout that! David. David Bullock - http://www.lisasoft.com/ Sun Certified Programmer for Java 2 The key ingredients of success are a crystal-clear goal, a realistic attack plan to achieve that goal, and consistent, daily action to reach that goal. Steve Maguire, Debugging

Re: Classpath Ordering: Questions, and possible contrib.

2001-06-24 Thread David Bullock
. On the basis of these investigations, I may decide to contribute some code to the Tomcat codebase. I'll keep you posted! cheers, David. David Bullock - http://www.lisasoft.com/ Sun Certified Programmer for Java 2 The key ingredients of success are a crystal-clear goal, a realistic

Re: Tomcat 3.2.2 and Error page 404

2001-07-04 Thread David Rees
On Wed, Jul 04, 2001 at 11:53:05AM -0700, Renato Weiner wrote: Hi all, I know this has been discussed, but I can't find an ultimate answer on this topic. I'm running Tomcat 3.2.2, I have latest the StaticInterceptor.java from CVS. If I configure my web.xml with a dynamic 404 error ( let's

re: BugRat Report #713 - Cannot Start Tomcat (Resource Bundle notfound)

2001-07-18 Thread David Bullock
Um ... different locales on the two different machines? Description: This is the error I get when I tried to start tomcat. I have no idea why. The same exact installation on another machine starts fine. What could cause this? Exception in thread main

AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
findResource or findResources. Has anyone else having this problem found a solution/work-around? Is there a Tomcat guru/developer out there who can explain why AdaptiveClassLoader doesn't implement findResources()? Thanks, David

Re: AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
submit a patch, but it looks like someone else already did awhile back... I wondered why it wasn't applied, and thought maybe I missed something? If I patch is needed, let me know, I can get one to this list tonight... Thanks again, David Rob S. wrote: If this is what I'm remembering, your

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread David Rees
(Sorry about the double-qoute, I missed the original message) -Original Message- From: Will England [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes Greetings!

PATCH - AdaptiveClassLoader.java

2001-07-20 Thread David Haraburda
. If this cannot be committed I would appreciate knowing the reason why, and also would like any suggestions on what to do with a jndi.properties file in my WEB-INF/classes directory. Thanks, David -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980-0013 x736

Re: PATCH - AdaptiveClassLoader.java (oops!)

2001-07-20 Thread David Haraburda
Oops. Accidentally attached the file with output from multiple runs of diff: Here is the correct (smaller) patch, with my apologies... David -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980-0013 x736 --- AdaptiveClassLoader.java.orig Sat Mar 3 21

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread David Haraburda
for AdaptiveClassLoader) I'm glad to know that fixed it. David Will England wrote: On Fri, 20 Jul 2001, David Haraburda wrote: Have you tried using the Jdk12Interceptor? That fixed class loading problems for me. In your server.xml do: RequestInterceptor className

Re: [DOC] Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/class es

2001-07-20 Thread David Rees
On Fri, Jul 20, 2001 at 06:22:21AM -0700, Rob S. wrote: A, maybe I should add this to the INSTALL.txt file - unset your CLASSPATH before starting TC? I've logged into my fair share of *nix boxes where the admins have conveniently set a system-wide CLASSPATH containing an XML parser, etc.

Re: [DOC] Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/class es

2001-07-20 Thread David Haraburda
. They provide a good way to keep your terminal un-cluttered. :-) David David Rees wrote: On Fri, Jul 20, 2001 at 06:22:21AM -0700, Rob S. wrote: A, maybe I should add this to the INSTALL.txt file - unset your CLASSPATH before starting TC? I've logged into my fair share of *nix boxes

Re: [DOC] Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/class es

2001-07-21 Thread David Rees
On Fri, Jul 20, 2001 at 12:47:51PM -0500, David Haraburda wrote: I don't think unsetting your CLASSPATH is necessary, especially since other applications may rely on it. I would guess that most problems occur when: 1) You add things you have in your WEB-INF/classes to your CLASSPATH (thus

Re: Problem with ThreadPool.java

2001-07-26 Thread David Rees
On Thu, Jul 26, 2001 at 03:07:55PM -0700, Renato Weiner wrote: I was running some volume tests with Tomcat 3.2.3 using the 'ab' application that comes with apache. I simulated diffent loads of concurrent users. If set the concurrency to 5 it runs fine my Servlets, but if I set to more than

Re: Problem with ThreadPool.java

2001-07-26 Thread David Rees
On Thu, Jul 26, 2001 at 04:35:59PM -0700, David Rees wrote: I found the problem, below is the simplest patch to fix it, although not 100% correct. I'll explain why in a few minutes. Never mind, I should have looked at openThreads first. As far as I can tell, the ThreadPool works

  1   2   3   4   >