RE: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper HostMap.java Mapper.java

2005-06-05 Thread George Sexton
follow than the original code, and it's 15% faster. What exactly are your criteria for measuring goodness. > mechanism is > cleaned up. In fact, I'd have -1ed it just for the "import > com.sun." > line alone. > I don't know what you are looking a

RE: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper HostMap.java Mapper.java

2005-06-05 Thread George Sexton
d on the virtual host name, without having to re-configure tomcat. > > -1 vote for this feature. > > Rémy George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mai

RE: Code Submission - Wild Card Aliases

2005-05-08 Thread George Sexton
8767ms 8860ms 8775ms 8775ms 8782ms Median: 8772.5ms George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Peter Rossbach [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 05, 2005 8:40 AM > To: Tomcat Developers List >

RE: Code Submission - Wild Card Aliases

2005-05-05 Thread George Sexton
8775ms 8782ms Median: 8772.5ms Difference: 1389ms ~ 15.8% improved My mistake for not wanting to bore the list with minutiae. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > The original code you submitted looks quite ba

RE: Code Submission - Wild Card Aliases

2005-05-05 Thread George Sexton
That's your opinion. What about the completely revised and improved test harness that I wrote to ensure that your critical code was working the same way. Doesn't that indicate some care and seriousness of purpose? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 30

RE: Code Submission - Wild Card Aliases

2005-05-04 Thread George Sexton
led in every virtual host. Just because someone want to do something with a product that you don't does not mean their reasons aren't valid, or that it's fair to use emotionally charged and dismissive terms to describe their position. George Sexton MH Software, Inc. http:/

RE: Code Submission - Wild Card Aliases

2005-05-04 Thread George Sexton
using the virtual host feature in my software. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 04, 2005 5:45 AM > To: Tomcat Developers List >

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread George Sexton
Let me see what I can do. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 03, 2005 1:32 PM > To: Tomcat Developers List > Subject: Re: Code Submiss

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread George Sexton
. A question for Yoav - At what entity should this mapper option be set ? Engine? Service? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Yoav Shapira [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 03, 2005 9:02 AM

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread George Sexton
, it would be a major source of problems. In general I favor maintainability and correctness over raw speed. The DOS issue raised by Jin Yu could be a real issue. I'll think it over some more. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread George Sexton
0.05% lower is hardly a sufficient reason to reject this. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 03, 2005 8:04 AM > To: Tomcat Dev

RE: Code Submission - Wild Card Aliases

2005-05-03 Thread George Sexton
Does anyone care about sort order? The order that the host names come out in the proposed code is going to be very random. Part of the reasoning behind getting the keys was to ensure the elements came back sorted in order. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438

RE: Code Submission - Wild Card Aliases

2005-05-02 Thread George Sexton
into it. Sorry... George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Peter Rossbach [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 10:28 PM > To: Tomcat Developers List > Subject: Re: Code Submission - Wil

Code Submission - Wild Card Aliases

2005-05-02 Thread George Sexton
ecision is made to reject this patch, I'd appreciate knowing why. If there's something wrong from a coding or style perspective, I'd be happy to fix things. George Sexton MH Software, Inc. http://www.mhsoftware

RE: Unique Session ID's - are they really generated?

2005-05-02 Thread George Sexton
It sounds like you are talking about IIS, where the session ID was the memory handle to the session object George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Steven Pannell [mailto:[EMAIL PROTECTED] > Sent: Monda

RE: Wild Card Aliases - Help Following Source Code

2005-04-22 Thread George Sexton
Thanks for the pointer. I'm with you on not putting a REGEX in every call. My implementation for my software stores the resolved host name matches in a hashtable for fast access. It's only when a new host name shows up that it does a REGEX. George Sexton MH Software,

RE: DO NOT REPLY [Bug 32811] - sendRedirect does not commit

2004-12-29 Thread George Sexton
ING A sendRedirect()!!!!!! George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 9:52 AM > To: tomcat-dev@jakarta.apache.org > Subject: DO

RE: Tomcat 5.0.28 release

2004-08-12 Thread George Sexton
Please don't drop this functinality. George Sexton MH Software, Inc. - Home of Connect Daily Web Calendar http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ISAPI and SSI w/ IIS

2004-07-29 Thread George Sexton
d 500 errors. Does anyone have any ideas on how I can do a server side include to a context URL? As a fallback, I can use some code to invoke the URL using a Microsoft.XMLHTTP control, and retrieving the body text. Any ideas are appreciated. George Sexton MH Software, Inc. http://www.mhsoftwar

Workers2.properties.sample

2004-07-20 Thread George Sexton
ndler #group=status: George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Source for Tomcat.exe

2004-05-27 Thread George Sexton
Thanks. Someone might annotate the README.TXT in jakarta-tomcat-5.0.25-src\jakarta-tomcat-connectors\procrun to point there. Also, can anyone explain why this file set is tacked into the Connectors directory? George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http

RE: Source for Tomcat.exe

2004-05-27 Thread George Sexton
My bust. I mean tomcat5.exe -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 8:39 AM To: [EMAIL PROTECTED] Subject: Source for Tomcat.exe Can someone tell me where to find the source for Tomcat.EXE? There seem to be some issues in it

Source for Tomcat.exe

2004-05-27 Thread George Sexton
Can someone tell me where to find the source for Tomcat.EXE? There seem to be some issues in it relating to StartParams and StopParams. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To

RE: [OT] unsubscribe stupid users with auto-replies

2004-03-09 Thread George Sexton
eriod (i.e. a week). Also, I think that other lists are running a filter up-front that removes messages that are from auto-responders. The list plainly is filtered already for spam (X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N). Why doesn't it filter for out of office messages? G

RE: [OT] unsubscribe stupid users with auto-replies

2004-03-09 Thread George Sexton
I think a bigger issue is why is the list software forwarding these? I have subscribed to many other lists, and this seems to be the only one that consistently has this problem. This is pretty amazing considering the low number of subscribers. -Original Message- From: Guenter Knauf [mai

RE: Behaviour of load-on-startup=0

2004-03-08 Thread George Sexton
Load on startup should really be deprecated because it duplicates functionality available via context event listeners. As a warning, there is some variance in servlet engines. The spec says 0 starts before 1, logically -1 should load before 0. In fact, some containers (like Websphere if I remember

RE: WebDAV and TC5

2004-01-29 Thread George MATKOVITS
Please, PLEASE add it! There is no demand because MOST users do not know any compatible clients! Thank you - George From: "Shapira, Yoav" <[EMAIL PROTECTED]> Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-12 Thread George Sexton
ger. IOW, remove the deployment capability and the complete server status feature (or limit it to the virtual host). How many people REALLY need to script deployment of a web application? Particularly in the limited fashion allowed by the current Manager? George Sexton MH Software, Inc. Home

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-04 Thread George MATKOVITS
This is really COOL. When can we have it, please? - George From: "George Sexton" <[EMAIL PROTECTED]> Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Subject: RE: [PATCH]Virtual

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-04 Thread George Sexton
Cool. I hope it is accepted. I run a lot of virtual hosts and it would be nice to have this. -Original Message- From: TANAKA Yoshihiro [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: [PATCH]Virtual Host Choice on HTML Manager Hi, Happy New

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread George Sexton
0) win 5840 (DF) [tos 0x10] 16:19:07.635099 192.168.12.11.33193 > 192.168.13.10.8009: . ack 3495439509 win 5840 (DF) [tos 0x10] George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Messa

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread George Sexton
Looks to me like you have a firewall running. What does iptables -L show? -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 6:29 AM To: [EMAIL PROTECTED] Subject: mod_jk will only connect to tomcat on the localhost Hi, I have configured A

RE: Performance Recommendation

2003-12-11 Thread George Sexton
I have done performance testing of a real world app against Orion, Resin, Tomcat 3.3, 4.0, and 4.1 and noticed little or no difference. Certainly nothing significant enough to spend money on. -Original Message- From: Roozbeh Zabihollahi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December

RE: Anyone, please ????

2003-12-03 Thread George Sexton
I suppose upgrading 5 minor point releases to version 4.1.29 to see if the problem goes away didn't occur to you? -Original Message- From: L.Karam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 6:10 AM To: [EMAIL PROTECTED] Subject: Anyone, please I have Tomcat 4.1.24

RE: cvs commit: jakarta-tomcat-catalina/webapps/admin/host alias.jsp

2003-11-18 Thread George Sexton
Wow Remy! You rock! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-catalina/webapps/admin/host alias.jsp remm2003/11/18 07:30:06 Modified:webapps/admin

RE: Tomcat 5.0.14 Welcome File Broken? - NOT

2003-11-09 Thread George Sexton
Oops. That was really dumb of me. The welcome file list was commented out. I have really got to stop using VI to edit files... -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.14 Welcome

Tomcat 5.0.14 Welcome File Broken?

2003-11-09 Thread George Sexton
ent descriptor to the partial request and check whether a resource in the WAR is mapped to that request URI. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To unsubscribe, e-mail: [EMAIL PROTECTED]

More Admin Application: Service Reloading Question

2003-11-06 Thread George Sexton
imal. Any ideas would be appreciated. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Order of parameters

2003-10-08 Thread George Sexton
The solution is to pass a fields list as an additional paramter, and use that field list to drive the ordering of your form. -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:16 AM To: Tomcat Developers List Subject: RE: Order of para

RE: [4.1.23] Deprecating mod_webapp

2003-03-21 Thread George Sexton
iew. -Original Message- From: Endre Stølsvik [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 2:22 AM To: Tomcat Developers List Subject: Re: [4.1.23] Deprecating mod_webapp On Wed, 19 Mar 2003, George Sexton wrote: | From a purely practical standpoint, that would b

RE: [4.1.23] Deprecating mod_webapp

2003-03-19 Thread George Sexton
of "Reference Implementation". George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Endre Stølsvik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:06 AM

RE: [4.1.23] Deprecating mod_webapp

2003-03-17 Thread George Sexton
It's also horribly broken and not compliant with the servlet API. Specifically, it doesn't forward all requests within the context to the servlet engine, but attempts to let Apache fulfill static requests. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Monday, Marc

RE: [4.1.22] Stability rating

2003-03-13 Thread George Sexton
Works for me. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:12 AM To: Tomcat Developers List Subject: [4.1.22] Stability rating [ ] Alpha [ ] Beta [X] Stable (GA) Remy -

RE: [4.1.21] Stability rating

2003-02-27 Thread George Sexton
I tested my application on it and everything seems OK. FWIW, though, because I am not a committer. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Remy Maucherat [mailto

RE: JDK 1.4 - again

2003-02-20 Thread George Sexton
Fast is relative. I tested our App on Tomcat 4.0, 4.1, Resin, Orion, and OC4J. I was not able to come up with any noticeable difference in performance. If your application is database intensive, as our is, then the limiting factor is the database and not the application server. George Sexton MH

RE: Tomcat scalability

2002-11-03 Thread Sexton, George
You would be better off to use a load balancer in front of a cluster of Tomcat servers. It gives you very good scalability, with good fault tolerance. -Original Message- From: ryan [mailto:rsburgess@;shaw.ca] Sent: 03 November, 2002 12:39 AM To: [EMAIL PROTECTED] Subject: Tomcat scalabilit

RE: JSP Compilation Problem: Tomcat 4.1.12

2002-10-02 Thread Sexton, George
Never mind. I found this described in Bug #10036. -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: 02 October, 2002 9:03 AM To: Tomcat Developers List Subject: RE: JSP Compilation Problem: Tomcat 4.1.12 I'm confused by the change in behavior. I can use JDK

RE: JSP Compilation Problem: Tomcat 4.1.12

2002-10-02 Thread Sexton, George
ng jdk 1.4, you have to have package names for your classes. If you do not, it won't load the class correctly. have you tried giving your classes a package name and trying it again? peter "Sexton, George" wrote: > > I posted this several days ago on tomcat-user and haven&#

JSP Compilation Problem: Tomcat 4.1.12

2002-10-02 Thread Sexton, George
t and got the same result. I am using: java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode) On RedHat 7.2 w/ all patches applied. Any ideas on this would be appreciated. George Sexton MH Soft

Re: IIS ISAPI / TOMCAT 4.0.2 Problem on Win XP

2002-07-27 Thread George Hester
to find it. -- George Hester _ "Landanger Pierre-Yves" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hi all, > > I try to link IIS and Tomcat. > > It work properly with Win 2k SP2, TOMCAT 3. > But after hou

Re: [PATCH]: format of code generated for useBean action

2002-07-27 Thread George Hester
Can you explain how where to install it? I am new to this and so what may seem obvious to you is not to me but I'm hoping after a little expereince using this newsgroup I will be able to answer questions such as this. Thanks. -- George Hester _ "D

Re: Easy question may be not be easily satisfied

2002-07-26 Thread George Hester
application mapping then this link ought to connect to Tomcat. It doesn't. IIS just looks at it as ? calls it a text file and displays it as such. Thanks though I will start on the raod you gave me some links to. -- George Hester _ "Bill Barker" <[EMAIL

RE: [Bug 6832] - Locale of the browser is ignored by the AJP13 connector

2002-06-18 Thread Sexton, George
thing without the Tomcat ajp listener. The Tomcat AJP listener is nothing without the C Module. They are two halves of a whole. I hope that this helps you understand more of how "users" see things. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Ori

RE: [Bug 6832] - Locale of the browser is ignored by the AJP13 connector

2002-06-18 Thread Sexton, George
I just tested this with Tomcat 4.0.4 connector and tomcat 4.0.4 using Apache 1.3.24 on RedHat 7.2 and it is absolutely broken. I find it unusual that a European would not fix such a crucial piece of code for localization of applications. This defect was reported in March It was confirmed by a s

RE: [Bug 6832] - Locale of the browser is ignored by the AJP13 connector

2002-06-18 Thread Sexton, George
This is not an IIS problem. I had it under Linux all the way up through 4.0.4-b1. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 18 June, 2002 4:31 AM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 6832] - Locale of the browser is ignored by the AJP13 connec

Re: New releases

2002-05-29 Thread Lars George
lt;[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 3:25 PM Subject: RE: New releases > On Thu, 30 May 2002, Lars George wrote: > > > - The Apache/jakarta-tomcat-connectors/coyote only implements a framework. > > What package does implement the actual protocol, ie. where is tomcat-jk

RE: New releases

2002-05-29 Thread Lars George
gt; Subject: RE: New releases > > > On Thu, 30 May 2002, Lars George wrote: > > > Remy, > > > > Thanks for the explanation, if the sources in the cvs named > tomcat 4.0 then > > where will I find the 4.0.4 code? Is this branched off and > what would its

RE: New releases

2002-05-29 Thread Lars George
Remy, Thanks for the explanation, if the sources in the cvs named tomcat 4.0 then where will I find the 4.0.4 code? Is this branched off and what would its tag/flag be? One more question if you do not mind, am I correct assuming that JK2 is only for Tomcat 4.1.x and it is named "Coyote" in the c

Re: New releases

2002-05-29 Thread Lars George
Remy, I would be very happy if the new version would be declared stable. I just spent 1 man-day to fix a bug in 4.0.3 just to release that this is already fixed in the current 4.0 sources. One question if you don't mind, would this be what I mentioned above, ie. is the current code in the nightl

Intermittent bug in Tomcat 4.0.3

2002-05-19 Thread Lars George
Hi, We use Tomcat 4.0.3, with Apache 1.3.24 and mod_jk, all in a loadbalanced setup. We experience an intermittent bug in Tomcat that I fixed by changing the server code. I would like to describe the problem in the following by hoping someone can tell me what this is about. The problem is in the

Problem with Cookie.getValue

2002-05-19 Thread Lars George
Hi, I hope this is the right place to ask this question. If not I apologize and please let me know where to post this instead. I am confused about the setting and getting of cookie values. Could someone of the dev team shed a light on this? The question is, why does the cookie value get urlencod

Re: Bug/Fix for HttpUtils.parseQueryString - IMPORTANT!

2001-09-03 Thread George C. Hawkins
> Thanks to George C. Hawkins for clearing up the > specification and to Pier Fumagalli for correcting the > spelling of my last name. Oops sorry about the misspelling - it genuinely wasn't intentional - Freudian slip maybe :-) Sorry if my first e-mail was a bit dogmatic. > It

RE: Bug/Fix for HttpUtils.parseQueryString - IMPORTANT!

2001-09-03 Thread George C. Hawkins
y string from a standard form GET or POST like the one presented by Mr. Lucifer, so my guess is that it is a Javascript or application generated URL in which case - fix the Javascript or application, or if you're not in a position to do so code your application to parse the query string itself rather than requesting a change in Tomcat. Yours, George.

Re: 2 build suggestions

2001-07-26 Thread George C. Hawkins
ar and gz just fine, and I have bzip, bzip2 for windows and unzip for UNIX). So basically no to that idea (anyway not wishing to be facetious but I don't think you'll get far with a Tomcat setup if you're confused by a couple of extraneous files). Yours, George. [ While I know man

[FOLLOWUP] Proposed Tomcat 4.0-Beta-2 Code Freeze Date?

2001-03-28 Thread George C. Hawkins
s far as I could see only Glenn strongly opposed the 22nd date and I got the impression he could be talked out of it. It's been quite a while since beta 1 and the viewing public anxiously awaits a new release :-) Yours, George. PS does anyone else feel that a once a week status report wo

A problem of the integration of tomcat and apache

2001-01-04 Thread George
I have installed the tomcat and apache. Now I want to map localhost/ddd/*.jsp and localhost/ddd/servlet/xxx to tomcat and other static files such as localhost/ddd/index.html be processed by apache itself. But now I find that all files like localhost/ddd/***.** be processed by tomcat. How c