cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java

2001-03-16 Thread remm
remm01/03/16 21:32:37 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java Log: - Don't log InterruptedIOExceptions anymore unless debug > 1. They happen when a user presses stop in his browser. In production environments,

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpConnector.java

2001-03-16 Thread remm
remm01/03/16 21:28:38 Modified:catalina/src/share/org/apache/catalina/connector/http HttpConnector.java Log: - If an accept exception occurs, close and reopen the server socket. The connections which are open when this happens will be closed. Acce

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2001-03-16 Thread remm
remm01/03/16 21:24:29 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Try to retrieve the resources from the servlet context first. Revision ChangesPath 1.29 +18 -13 jakarta-tomcat-4.0/catalina/src/

Missing timeout in PoolTcpEndpoint ?

2001-03-16 Thread Tal Dayan
Hello, Our production system (Tomcat 3.2.1, IBM 1.3 build cx130-20001124, Redhat 6.2) suffers from a sever problem of hanging threads and we are trying to come with a quick fix for it. When Tomcat runs (Standalone mode) it accumulate threads that hangs forever. Later, when the number of hanging

[ANNOUNCEMENT] Tomcat 3.3 Milestone 2

2001-03-16 Thread Larry Isaacs
The second milestone release of Tomcat 3.3 is available for download and testing. As a Tomcat 3.x release, it remains an implementation of the Servlet 2.2 and JSP 1.1 specifications. The Milestone 2 release primarily offers bug fixes over Milestone 1. In this milestone release, documentation st

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

2001-03-16 Thread craigmcc
craigmcc01/03/16 16:56:58 Modified:catalina/src/share/org/apache/catalina Globals.java catalina/src/share/org/apache/catalina/core StandardWrapperValve.java Log: Reflect corrections in the attribute names for cipher suite and key size. Pas

Tomcat 4.0 Changes for Servlet 2.3 API Refinements

2001-03-16 Thread Craig R. McClanahan
This message is an FYI to let you know that tonight's nightly build of Tomcat 4.0 will reflect several minor changes in the servlet API that is listed in the Servlet Specification 2.3 (Proposed Final Draft): - In javax.servlet.Filter, remove getFilterConfig(). - In javax.servlet.Filter, replace se

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

2001-03-16 Thread craigmcc
craigmcc01/03/16 16:39:32 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterConfig.java webapps/examples/WEB-INF/classes/filters ExampleFilter.java RequestDumperFilter.java Log: Filter.init() can now

Question - Re: cvs commit: DefaultCMSetter.java

2001-03-16 Thread Arieh Markel
Just a question ... > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubscribe: > list-post: > Delivered-To: mailing list [EMAIL PROTECTED] > Delivered-To: [EMAIL PROTECTED] > From: [EMAI

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/listeners ContextListener.java SessionListener.java

2001-03-16 Thread craigmcc
craigmcc01/03/16 16:28:12 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java ApplicationFilterConfig.java catalina/src/share/org/apache/catalina/session StandardSession.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/context DefaultCMSetter.java

2001-03-16 Thread marcsaeg
marcsaeg01/03/16 16:26:44 Modified:src/share/org/apache/tomcat/context Tag: tomcat_32 DefaultCMSetter.java Log: Use the default locale for generated error pages. Reported by [EMAIL PROTECTED] (Yoshiyuki Karezaki). PR: 691 Submitted by: Kazuhiro K

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/session StandardManager.java StandardSession.java

2001-03-16 Thread marcsaeg
marcsaeg01/03/16 16:08:46 Modified:src/share/org/apache/tomcat/session Tag: tomcat_32 StandardManager.java StandardSession.java Log: HttpSession.getLastAccessedTime() returns the time the session was accessed prior to the current request. Therefore two acc

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

2001-03-16 Thread remm
remm01/03/16 15:31:01 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: - Add new servlet API call : getResourcePaths(String path) which can be used to get an immutable Set listing the members of a collection. Revi

RE: [VOTE] New Committer: Amy Roh

2001-03-16 Thread GOMEZ Henri
>> That's what I've been telling Gomez in a private thread, >we're going to meet >> later in April somewhere in the French alps with a BIG whiteboard... > >Well, maybe a better place to meet would be tomcat-dev, isn't it ? Sure. >I'm sure Dan Milstein would enjoy a French vacation ( I would ),

RE: [VOTE] New Committer: Amy Roh

2001-03-16 Thread GOMEZ Henri
>> >That's what I've been telling Gomez in a private thread, we're >> >going to meet later in April somewhere in the French alps with >> >a BIG whiteboard... > >If there is enough snow, make that: > > riding (snow)boards over BIG white (stuff) ... I must admit that even if I live in Sav

Re: [PROPOSAL] The Commons - web connector

2001-03-16 Thread Dan Milstein
For those who don't read jakarta-general (myself included), a draft of The 'Commons Proposal' can be found at: http://husted.com/about/commons/ -Dan GOMEZ Henri wrote: > > >This can happen only if all of you agree ( and also Craig, > >Pier and Remy who are working on connectors too on the 4.0

Merging mod_jk/mod_webapp (was [VOTE] New Committer: Amy Roh)

2001-03-16 Thread Dan Milstein
It would be nice to have this dicussion on tomcat-dev. I do think I have a useful understanding of mod_jk to offer, but I'm not going to be in France (and I'm not on the private thread)... Not that we have to have that conversation now, but I would like to be involved when/if it happens. -Dan

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/util SimplePool.java

2001-03-16 Thread horwat
horwat 01/03/16 13:34:09 Modified:jasper/src/share/org/apache/jasper/util SimplePool.java Log: Patch SimplePool race condition when tomcat is under load Bugzilla #747 & #728 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.2 +22 -24 jakarta-tom

cvs commit: jakarta-tomcat/src/etc/jk workers.properties

2001-03-16 Thread larryi
larryi 01/03/16 12:50:21 Modified:src/etc/jk workers.properties Log: Fix hardcoded use of '/'. Submitted by: Christopher Elkins Revision ChangesPath 1.3 +4 -4 jakarta-tomcat/src/etc/jk/workers.properties Index: workers.properties =

RE: [VOTE] New Committer: Amy Roh

2001-03-16 Thread Arieh Markel
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubscribe: > list-post: > Delivered-To: mailing list [EMAIL PROTECTED] > From: GOMEZ Henri <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > S

[PATCH] jakarta-tomcat/src/etc/jk/workers.properties

2001-03-16 Thread Christopher Elkins
Hi, all. workers.properties has a rogue un-use of $(ps). -- Christopher Elkins Index: workers.properties === RCS file: /home/cvs/jakarta-tomcat/src/etc/jk/workers.properties,v retrieving revision 1.2 diff -u -r1.2 workers.propert

problems with forward

2001-03-16 Thread Seemantini Godbole
Hi, I am running into a problem when using "forward" method in my servlet to forward the HttpRequest to a JSP page. The servlet looks like this public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { HttpSession session = req

Re: Deployment Descriptor Editor

2001-03-16 Thread Remy Maucherat
> I have a GUI for editing deployment descriptors in-place in J2EE > archives or directories laid out like archives (so far EJB 1.1 JARs, > Servlet 2.2 WARs, JCA 1.0 RARs). It's open-source under the X license, > though for the few weeks without a home on the web. I wonder if you'd be > interest

RE: [VOTE] New committer: Mike Braden

2001-03-16 Thread Marc Saegesser
+1 > -Original Message- > From: danmil [mailto:danmil]On Behalf Of Dan Milstein > Sent: Thursday, March 15, 2001 1:48 PM > To: [EMAIL PROTECTED] > Subject: [VOTE] New committer: Mike Braden > > > I would like to propose Mike Braden ([EMAIL PROTECTED]) as a new > committer. He has contr

RE: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Marc Saegesser
+1 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 5:39 PM > To: [EMAIL PROTECTED] > Subject: [VOTE] New commiter - Casey Lucas > > > Hi, > > Please vote for Casey Lucas as commiter. > > Casey is working on various optimizatio

Re: [VOTE] New Committer: Amy Roh

2001-03-16 Thread cmanolache
On Fri, 16 Mar 2001, Pier P. Fumagalli wrote: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I still think it would be a good idea to merge mod_jk and mod_webapp, even > > if Pier is not going to touch 3.x code. Some of the ideas are good, and > > getting them into mod_jk will be good for

RE: [VOTE] New Committer: Amy Roh

2001-03-16 Thread GOMEZ Henri
>That's what I've been telling Gomez in a private thread, we're >going to meet later in April somewhere in the French alps with >a BIG whiteboard... And a big piate di pasta.

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

2001-03-16 Thread Arieh Markel
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubscribe: > list-post: > Delivered-To: mailing list [EMAIL PROTECTED] > From: "Arshad Mahmood" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

Re: [VOTE] New Committer: Amy Roh

2001-03-16 Thread Pier P. Fumagalli
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I still think it would be a good idea to merge mod_jk and mod_webapp, even > if Pier is not going to touch 3.x code. Some of the ideas are good, and > getting them into mod_jk will be good for the users - and that's what > matters. That's what I've

Re: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Glenn Nielsen
+1 and glad someone took the lead to implement JSP tag object pooling [EMAIL PROTECTED] wrote: > > Hi, > > Please vote for Casey Lucas as commiter. > > Casey is working on various optimizations in Jasper, with some > very promising results ( tag pooling ). He is working on supporting > both br

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

2001-03-16 Thread Arshad Mahmood
- Original Message - From: "Arieh Markel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 3:00 PM Subject: Re: Proposal for implementation of lookup of localized web-resources > > > To: [EMAIL PRO

JOIN2: problem with nls

2001-03-16 Thread Tagunov Anthony
Hello, Developers! I'm more then anctious to join the question. There clearly is a problem for us using encodings other then Latin-1! Please, Tomcat developers, could you shed some light on what is done/can be done/is planned to be done not to leave all non-latin1 users alone with the necessity

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

2001-03-16 Thread Arieh Markel
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > list-help: > list-unsubscribe: > list-post: > Delivered-To: mailing list [EMAIL PROTECTED] > From: "Takashi Okamoto" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECT

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

2001-03-16 Thread Arieh Markel
> To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Proposal for implementation of lookup of localized web-resources > From: [EMAIL PROTECTED] (Kazuhiro Kazama) > X-Dispatcher: imput version 2228(IM140) > > Arieh, > > Basically lookup of localized resources is

Re: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Mel Martinez
+1 Mel --- [EMAIL PROTECTED] wrote: > Hi, > > Please vote for Casey Lucas as commiter. > > Casey is working on various optimizations in Jasper, > with some > very promising results ( tag pooling ). He is > working on supporting > both branches of jasper, and create > container-specific adapter

Re: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Arieh Markel
+1 Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED] Broomfield, CO 80021 Pray for snow Phone: (303) 272-8547 x78547 (e-mail me with subjec

Re: problem in using SecurityManager with tomcat

2001-03-16 Thread Marcantonio DelDrago
Hi all, Having tried several times to run tomcat (with apache) using the SecurityManager, my idea was simply to set the permissions for running the Tomcat example servlets and JSP provided. For that I: 1. Edited server.xml to use Policy: ContextInterceptor className="org.apache.tomcat.context.P

Re: Plugging realms and JAAS into Tomcat 3.2

2001-03-16 Thread Antony Bowesman
Hi Costin, Thanks for your comments. The whole security picture is somewhat confusing and contradictory with regard to J2EE, JAAS and JDK1.4 and I am trying to make sense of the various states of progress of security implementations of the differing components. We might be interested in doing s

Windows 2000 IIS problem

2001-03-16 Thread Graham Wright
I have a clean installation of Windows 2000 sp1 on which I cannot get the redirector to work. I an running Tomcat 3.2.1 on the same machine and can get redirector on a different Windows 2000 machine to connect OK. The isapi.log file get as far as [jk_isapi_plugin.c (413)]: HttpFilterProc star

problem with national language in html form input

2001-03-16 Thread Aleksandras Novikovas
Hello All, I'm posting for the first time, so please inform me if I do something wrong ... First of all - problem description : I have application in multilanguage (where user can dynamically change charset). Problem rises when user enters information in selected language. After parsePostData in