Problems Building tc3.3 from CVS

2002-05-18 Thread Ignacio J. Ortega
Hola a todos: I'm failing to build tc3.3 from cvs, with the latest commits about ant jsp compiler task., which ant version is needed to compile them? Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: tomcat-dev compile failure

2002-05-18 Thread Ignacio J. Ortega
I'm using ant 1.4.1 , just deleted tomcat-ant dependency from target tomcat-jars, as a woraround, but if tomcat-ant depends on beta software i should be commented by default tomcat-ant: [javac] Compiling 2 source files to E:\tomcat\jakarta-tomcat\build\tomcat\cl asses [javac]

cvs commit: jakarta-tomcat build.xml

2002-05-18 Thread keith
keith 02/05/18 10:17:13 Modified:.build.xml Log: Tomcat-ant task depends on JspC task in Ant, which isn't in latest release build, 1.4.1. To build this task use the 1.5 beta or head. Revision ChangesPath 1.179 +4 -2 jakarta-tomcat/build.xml

RE: tomcat-dev compile failure

2002-05-18 Thread Keith Wannamaker
Ah, I thought the JspC task had been around longer. I agree. The build should now ignore that task unless an appropriate version of Ant is installed. Keith | -Original Message- | From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] | Sent: Saturday, May 18, 2002 12:03 PM | To: 'Keith

Re: Switching javac for jasper 2

2002-05-18 Thread Craig R. McClanahan
On Fri, 17 May 2002, Remy Maucherat wrote: Date: Fri, 17 May 2002 10:59:00 -0700 From: Remy Maucherat [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Switching javac for jasper 2 On Fri, 17 May 2002, Kin-Man

[PATCH] Documentation for JNDI Realm

2002-05-18 Thread John Holman
I submitted some major changes to the JNDI Realm earlier this year, which Craig committed in March. I also sent updates for the realm how-to and realm configuration docs to this list shortly afterwards, but those have not yet been committed. The current how-to doc in particular does not cover

DO NOT REPLY [Bug 9224] New: - JNDI realm documentation not up to date

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9224. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6185] - JNDIRealm working with IPlanet 5.1

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6185] - JNDIRealm working with IPlanet 5.1

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6431] - JNDIRealm.getRoles() should return more than a single role attribute

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6431. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] Documentation for JNDI Realm

2002-05-18 Thread Craig R. McClanahan
John, I need to apologize. I've had a responsibility change that I see hasn't been announced yet (see subsequent email). Remy, the revised version of JNDIRealm that John proposed has been included in 4.1, but the corresponding docco updates haven't -- could you please take care of these? Craig

Role Change

2002-05-18 Thread Craig R. McClanahan
Many of you have probably noticed that my level of CVS commits to Tomcat has been reduced over the last few weeks. Primarily, this is because I have undertaken two new responsibilities at Sun: * Web Layer Architect for the J2EE Platform * Spec Lead for JavaServer Faces (JSR-127) In my

Re: Role Change

2002-05-18 Thread Martin van den Bemt
Congratulations! and.. You can always take a day of to work om Tomcat ;)) Mvgr, Martin van den Bemt On Sat, 2002-05-18 at 20:20, Craig R. McClanahan wrote: Many of you have probably noticed that my level of CVS commits to Tomcat has been reduced over the last few weeks. Primarily, this is

[JK2] Reading arbitrary maps

2002-05-18 Thread Ignacio J. Ortega
I need to read arbitrary files as maps, to reproduce a capability from i_r.dll in jk1, I just need to get rid of the cfg dependency , to solve it I'm about to refactor the reader code to the map object in jk2, looking at the code, what should i do with sections? i fail to understand the use of

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_map.h

2002-05-18 Thread nacho
nacho 02/05/18 15:34:01 Modified:jk/native2/common jk_config.c jk_map.c jk/native2/include jk_map.h Log: * Refactored reading of properties files into map object, this way arbitrary properties files can be read, need for i_r2.dll Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-05-18 Thread nacho
nacho 02/05/18 15:35:36 Modified:jk/native2/common jk_requtil.c Log: * Reset msg too Revision ChangesPath 1.18 +2 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-05-18 Thread nacho
nacho 02/05/18 15:38:11 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * Better messages * Adding some more checks when allocating maps Revision ChangesPath 1.16 +94 -104 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

2002-05-18 Thread nacho
nacho 02/05/18 15:40:48 Modified:jk/native2/server/isapi jk_service_iis.c Log: * Now i_r2.dll starts jk when the filter is first loaded, and later when first used reads the config file and continues.. * Added properies file config in addition to Rehistry one * Changed names

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c

2002-05-18 Thread nacho
nacho 02/05/18 15:43:27 Modified:jk/native2/common jk_worker_ajp13.c Log: * Added check for a null uriEnv, IIS 2 phase process couldnt put a uriEnv in the service struct so was issuing a NPE Revision ChangesPath 1.24 +2 -2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_service_apache2.c

2002-05-18 Thread nacho
nacho 02/05/18 15:45:04 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: * EOL problems Revision ChangesPath 1.23 +3 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_service_apache2.c Index: jk_service_apache2.c

DO NOT REPLY [Bug 8813] - welcome file list doesn't work

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8813] - welcome file list doesn't work

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9016] - welcome-files don't map to servlet without disk file

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9016. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9227] New: - Allow an empty value of a pathname in the StandardManager to disable the restart persistent sessions

2002-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9227. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Patterns in tOmcat 4 design

2002-05-18 Thread Anand Bashyam Narasimhan
All, Knowing the popularity of Tomcat and the stability of the system I'm sure a lot of thought on design must have gone into this great peice of Java software. I'm interesting in the various design strategies, Patterns that have been used in the process of developing Catalina. It would server a