cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-11-26 Thread billbarker
billbarker2002/11/26 23:45:19 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Porting from 4.x branch. Revision ChangesPath 1.11 +5 -1 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbea

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-11-26 Thread billbarker
billbarker2002/11/26 23:41:32 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Adding the 'disableUploadTimeout' attribute to the MBeans. Revision ChangesPath 1.72 +7 -3 jakarta-tomcat-4.0/catalina/src/s

JK2_2_0_2 Tagged

2002-11-26 Thread Mladen Turk
Hi, Just tagged the j-t-c with JK2_2_0_2 Hope that sources and WIN32 binaries will be available later this day. MT. -- To unsubscribe, e-mail: For additional commands, e-mail:

single object among many tomcat servers !!

2002-11-26 Thread dutta_kaushik
Hi All, I have more than one instance of tomcat server running on a Apache HTTP Server. I have a cache component which caches objects in it. How can I create a single instance of the cache component across the tomcat servers ? Thanx and Regards, Kaushik ***The information contained in this m

Re: [Q] WebappClassloader violates J2SE policy syntax?

2002-11-26 Thread Glenn Nielsen
Jeanfrancois Arcand wrote: Hi, I've noticed a characteristic in the tomcat loader.WebappClassloader and was wondering whether someone have any recollection or insight as to why we did it that way. Classes loaded with this classloader get a "jar:" tacked as prefix in their codesource. The javado

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java

2002-11-26 Thread kinman
kinman 2002/11/26 18:54:46 Modified:jasper2/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java Log: - Oops! Forgot to check in this. Revision ChangesPath 1.9 +4 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runt

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspUtil.java

2002-11-26 Thread kinman
kinman 2002/11/26 18:48:10 Modified:jasper2/src/share/org/apache/jasper/compiler JspUtil.java Log: - Don't bother to XML escape primitive types. Revision ChangesPath 1.23 +7 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspUtil.java

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-11-26 Thread kinman
kinman 2002/11/26 18:31:29 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: - Do XML escape on EL results if they are

Re: Tomcat 5.0: Source Code

2002-11-26 Thread micael
Great, thanks! That wasn't as hard as I feared. Micael At 05:01 PM 11/26/2002 -0800, you wrote: On Tue, 26 Nov 2002, micael wrote: > Date: Tue, 26 Nov 2002 16:30:50 -0800 > From: micael <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subje

[Q] WebappClassloader violates J2SE policy syntax?

2002-11-26 Thread Jeanfrancois Arcand
Hi, I've noticed a characteristic in the tomcat loader.WebappClassloader and was wondering whether someone have any recollection or insight as to why we did it that way. Classes loaded with this classloader get a "jar:" tacked as prefix in their codesource. The javadoc has this to say: IMPLEME

Re: Tomcat 5.0: Source Code

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, micael wrote: > Date: Tue, 26 Nov 2002 16:30:50 -0800 > From: micael <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 5.0: Source Code > > Okay, taking a chance on public humiliation here. Nah, that'd be me

Re: Tomcat 5.0: Source Code

2002-11-26 Thread Jeanfrancois Arcand
No, you can download it using CVS. You will have the *chance* to learn how to build it from scratch :-) -- Jeanfrancois micael wrote: Okay, taking a chance on public humiliation here. Why are the javadocs for Tomcat 5.0 available but the source code seems not to be? Are you all hiding the r

Tomcat 5.0: Source Code

2002-11-26 Thread micael
Okay, taking a chance on public humiliation here. Why are the javadocs for Tomcat 5.0 available but the source code seems not to be? Are you all hiding the read stuff from me? Micael --- This electronic mail transmission and any accompanyi

DO NOT REPLY [Bug 14877] New: - Coyote HTTP not using the port numbers I specify in server.xml

2002-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[ANNOUNCEMENT] Apache Tomcat 4.1.16 Alpha released

2002-11-26 Thread Remy Maucherat
Apache Tomcat 4.1.16 Alpha has just been released. Please help improve upcoming Tomcat releases by testing it. Note: This release is intended only for testing purposes, not for production use. Downloads: http://www.apache.org/dist/jakarta/jakarta-tomcat-4.0/release/v4.1.16-alpha/ Significant c

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

2002-11-26 Thread jfarcand
jfarcand2002/11/26 11:56:10 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: Change HttpSessionListener.sessionDestroyed() from notifying after the invalidation to notifying before the invalidation (Servlet 2.4 spec change).

Ajp13Connector createProcessor() bug?

2002-11-26 Thread eric scroger
Greetings, We were noticing some 'No processor available' exceptions associated with the Ajp13Connectors under heavy load. I downloaded the Tomcat 4.0.6 connectors source and had a look at the code responsible for creating a new processor to handle an incoming Ajp13 socket connection from Apache.

[Announce] JK 1.2.1 released

2002-11-26 Thread Henri Gomez
Hi to all, mod_jk 1.2.1 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/ For now binaries are available for : - Linux i386 (Apache 1.3 with/without SSL, Apache 2.0 with SSL) - iSeries (Apache 2.0.39 for OS/400 V5R1/V5R2) Othe

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2002-11-26 Thread jfclere
jfclere 2002/11/26 09:20:06 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: Some tries with the PersistentManager. The idea is to use it with a Store and allow to share sessions between several TC sharing the store s

cvs commit: jakarta-tomcat-connectors/jk/conf workers.properties

2002-11-26 Thread hgomez
hgomez 2002/11/26 09:15:59 Added: jk/conf workers.properties Log: Still usefull to keep a copy of this one Revision ChangesPath 1.4 +19 -29jakarta-tomcat-connectors/jk/conf/workers.properties -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2002-11-26 Thread hgomez
hgomez 2002/11/26 09:14:55 Modified:jk/native configure.in jk/native/common jk_version.h Log: jk 1.2.2-dev now Revision ChangesPath 1.21 +2 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in ===

JTC release 1.2.1 just tagged JK_1_2_1

2002-11-26 Thread Henri Gomez
Henri Gomez wrote: And just after being tagger, jk 1.2 will be moved to mod_jk 1.2.2-dev (to follow the httpd way) BTW, do you agree to change the version from jk-1.2.2-beta-1 to mod_jk-1.2.2-dev, to follow the way Apache 1.3/2.0 numbering ? I don't think will make ever beta-1, beta-2.. A+

JTC will be tagged JK_1_2_1 within minutes ....

2002-11-26 Thread Henri Gomez
And just after being tagger, jk 1.2 will be moved to jk 1.2.2-dev (to follow the httpd way) -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk aphowto.xml

2002-11-26 Thread hgomez
hgomez 2002/11/26 08:12:03 Modified:jk/xdocs/jk aphowto.xml Log: Update to follow JK 1.2.1 release (forgot this one) Revision ChangesPath 1.17 +1 -1 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2002-11-26 Thread hgomez
hgomez 2002/11/26 08:08:48 Modified:jk/xdocs/common AJPv13-extensions-proposal.xml jk/xdocs/jk aphowto.xml workershowto.xml quickhowto.xml jk/native configure.in Log: Update to follow JK 1.2.1 release Revision ChangesPath 1.2 +1 -1

Re: tomcat-committers mailing list

2002-11-26 Thread Henri Gomez
Laxmikanth M.S. wrote: sound good What's sounding good ? Reporting and Fixing security problems before making them public or "Coming together is the beginning, staying together is progress and working together is Success" ? Regards Laxmikanth M S Off* : 6610330 extn 1256 Res* : 5267150 http

[PATCH] Make jasper more graceful wrt. tag library jar files

2002-11-26 Thread Petr Jiricka
Team, I submitted a patch which allows jasper to better support iterative development, by not locking jars on Windows, and by allowing redeployment from the same jar: http://issues.apache.org/bugzilla/show_bug.cgi?id=14854 I am not an expert on Tomcat code, so I would welcome if some of you ca

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-11-26 Thread remm
remm2002/11/26 07:18:18 Modified:.RELEASE-NOTES-4.1.txt Log: - Update status for 4.1.16 (more items than I though ;-) ). Revision ChangesPath 1.33 +68 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

DO NOT REPLY [Bug 14855] New: - proxyPort stopped welcome-file-list working

2002-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14854] - Allow redeploying tag libraries from the same jar, do not lock the jar files on Windows

2002-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14854] New: - Allow redeploying tag libraries from the same jar, do not lock the jar files on Windows

2002-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: tomcat-committers mailing list

2002-11-26 Thread Laxmikanth M.S.
sound good Regards Laxmikanth M S Off* : 6610330 extn 1256 Res* : 5267150 http://www.sonata-software.com > Coming together is the beginning, staying together is progress and working > together is Success What lies behind us and what lies before us are tiny matters compared to what lies within u

Re: tomcat-committers mailing list

2002-11-26 Thread Henri Gomez
Martin Algesten wrote: Just for our non-committers peace of mind, what is the purpose of this list? What kind of "information" is it that we are to be denied or have delayed? Discussing for example possible security issues and resolve them before making a public announce ! -- To unsubscribe,

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java

2002-11-26 Thread remm
remm2002/11/26 03:09:41 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java Log: - Remove debug code. Revision ChangesPath 1.11 +5 -6 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5/CoyoteRequest.java Index: Coyote

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteRequest.java

2002-11-26 Thread remm
remm2002/11/26 03:06:23 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteRequest.java Log: - Remove useless operations and fields, as the Catalina request always delegates to the actual Coyote request. Revision Changes

RE: tomcat-committers mailing list

2002-11-26 Thread Martin Algesten
Just for our non-committers peace of mind, what is the purpose of this list? What kind of "information" is it that we are to be denied or have delayed? Martin -Original Message- From: Costin Manolache [mailto:[EMAIL PROTECTED]] Sent: 25 November 2002 17:41 To: [EMAIL PROTECTED] Subject:

Re: AJP13 successor : Was: [Fwd: DoS Attack on Apache/Tomcat Servers]

2002-11-26 Thread Bill Barker
Urm, err, could we please switch this over to tomcat-dev? We've gone beyond the (non-)security problem, so now you are just messing with my message-filter-rules. Since there is nothing security-sensitive in the below, I'm cc-ing tomcat-dev, and I hope that the rest of this will stay there. -

cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-11-26 Thread remm
remm2002/11/26 01:09:21 Modified:.BUILDING.txt Log: - The building instructions should be talking about Xalan rather than Xerces (Xerces is auto downloaded later in the build process). I think this was my mistake originally. Revision ChangesPath 1.30

Re: Valve order

2002-11-26 Thread jean-frederic clere
Jeanfrancois Arcand wrote: Hi, the Digester's rules defined in ContextRuleSet, EngineRuleSet and HostRuleSet invoke: digester.addSetProperties(prefix + "Context/Valve"); digester.addSetNext(prefix + "Context/Valve", "addValve",

Re: Optimizing Coyote

2002-11-26 Thread Remy Maucherat
Bill Barker wrote: At least with the Solaris TCP stack, the SoTimeouts make no difference at all to the 'ab' times. However, it's easy enough to make it a configuration option. Thanks for doing it :) I don't know if it ends up impacting actual benchmarks (although it may depend on the platform