Development of admin webapp

2007-07-31 Thread Santosh [ಸಂತೋಷ ]
Hi All, As admin webapp is not supported in tomcat 6.0.x, i have taken admin webapp of tomcat 5.5.23 and modified according to tomcat 6.0.7 code. Now my admin webapp is up and running in tomcat 6.0.7. Following operations are working in admin webapp, 1. Logging in 2. Updation to Tomcat Se

Denis LULLIER/Paris est absent(e).

2007-07-31 Thread dlullier
Je serai absent(e) du 01/08/2007 au 27/08/2007. Je répondrai à votre message dès mon retour. En cas d'urgence, vous pouvez contacter Christine DUHAU ou Marc-Olivier JOUAN

Re: Juli/Logging

2007-07-31 Thread David Blevins
On Jul 31, 2007, at 2:27 PM, Rainer Jung wrote: Hi David, our default bundled JULI only has a binding for java.util.logging. On http://tomcat.apache.org/tomcat-6.0-doc/extras.html there is a very short description, how one builds a JULI, that is log4j enabled. The static binding was chosen

svn commit: r561623 - in /tomcat: container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt jasper/branches/tc4.1.x/src/share/org/apache/jasper/compiler/JspDocumentParser.java

2007-07-31 Thread markt
Author: markt Date: Tue Jul 31 19:22:56 2007 New Revision: 561623 URL: http://svn.apache.org/viewvc?view=rev&rev=561623 Log: Fix bug 42922. Treat XML comments as comments in JSP documents Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/jasper/branches/tc4.1.x/src

DO NOT REPLY [Bug 42922] - Comments not removed when using XML Syntax

2007-07-31 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://issues.apache.org/bugzilla/show_bu

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Mark Thomas
Remy Maucherat wrote: > The candidates binaries are available here: > http://people.apache.org/~remm/tomcat-6/v6.0.14/ > > According to the release process, the 6.0.14 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable No issues found. Mark

Re: Inlining dependencies

2007-07-31 Thread William L. Thomson Jr.
On Tue, 2007-07-31 at 14:59 -0400, Yoav Shapira wrote: > > It's all done in Ant tasks: look for how > the Tomcat build handles Jakarta Commons DBCP for example. I absolutely despise how that is built. It makes building that jar a complete NIGHTMARE. Presently we do not offer than jar on Gentoo and

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 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://issues.apache.org/bugzilla/show_bu

Re: How to dump out thread information in Tomcat 5?

2007-07-31 Thread Yoav Shapira
Hey, This is the wrong mailing list: please use the Tomcat users mailing list. See instructions at http://tomcat.apache.org/lists.html to subscribe. Please post followup, if any, there. On 7/31/07, CW (Chi Wo) Chung <[EMAIL PROTECTED]> wrote: > Is there any configuration setting in Tomcat that

How to dump out thread information in Tomcat 5?

2007-07-31 Thread CW \(Chi Wo\) Chung
Hi, We have configured tomcat to use 150 threads, and once a while the number was exceeded, and we have this error message. >>> SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads (150) or check the servlet status We know what file to change to increase the thread configur

Re: Juli/Logging

2007-07-31 Thread Rainer Jung
Hi David, our default bundled JULI only has a binding for java.util.logging. On http://tomcat.apache.org/tomcat-6.0-doc/extras.html there is a very short description, how one builds a JULI, that is log4j enabled. The static binding was chosen, because commons-logging auto detection provided t

DO NOT REPLY [Bug 40668] - MailSessionFactory is missing in Tomcat 5.5.23

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 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://issues.apache.org/bugzilla/show_bu

Juli/Logging

2007-07-31 Thread David Blevins
So another topic, There's a thread going on in OpenEJB at the moment about possibly switching away from log4j for the reason that the logging config gets easily messed up in embedded environments (maven, specificaly) and of course to have one less dependency -- the 3.0 server is a bit beefi

Re: Inlining dependencies

2007-07-31 Thread Yoav Shapira
Hey, On 7/31/07, David Blevins <[EMAIL PROTECTED]> wrote: > > IIRC we take a known version of a library and do a string replace on > > package names, essentially. It's all done in Ant tasks: look for how > > the Tomcat build handles Jakarta Commons DBCP for example. We don't > > trim them down A

Re: Inlining dependencies

2007-07-31 Thread David Blevins
On Jul 31, 2007, at 11:59 AM, Yoav Shapira wrote: Hey, On 7/31/07, David Blevins <[EMAIL PROTECTED]> wrote: Really curious on what approach you used to inline all your 3rd party deps into org.apache.tomcat.util. Curious if you took them as is, or trimmed them down to just what you need. Wer

Re: Inlining dependencies

2007-07-31 Thread Yoav Shapira
Hey, On 7/31/07, David Blevins <[EMAIL PROTECTED]> wrote: > Really curious on what approach you used to inline all your 3rd party > deps into org.apache.tomcat.util. Curious if you took them as is, or > trimmed them down to just what you need. Were any tools used to > help? Any disadvantages th

Inlining dependencies

2007-07-31 Thread David Blevins
Hi Guys, Really curious on what approach you used to inline all your 3rd party deps into org.apache.tomcat.util. Curious if you took them as is, or trimmed them down to just what you need. Were any tools used to help? Any disadvantages that you have noticed other than having to port fi

DO NOT REPLY [Bug 43002] - NIO connector performance issue in 6.0.13

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40668] - MailSessionFactory is missing in Tomcat 5.5.23

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43002] - NIO connector performance issue in 6.0.13

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43002] - NIO connector performance issue in 6.0.13

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38897] - Invalid TLDs receive cryptic error

2007-07-31 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://issues.apache.org/bugzilla/show_bu

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Filip Hanik - Dev Lists
Yoav Shapira wrote: Hey, On 7/30/07, Remy Maucherat <[EMAIL PROTECTED]> wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.14/ According to the release process, the 6.0.14 tag is: [ ] Broken [ ] Alpha [ ] Beta [ X ] Stable TCK? I ran t

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Tim Funk
As long as http://issues.apache.org/bugzilla/show_bug.cgi?id=43002 is not serious then stable -Tim Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.14/ According to the release process, the 6.0.14 tag is: [ ] Broken [ ] Alpha [ ] B

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Yoav Shapira
Hey, On 7/30/07, Remy Maucherat <[EMAIL PROTECTED]> wrote: > The candidates binaries are available here: > http://people.apache.org/~remm/tomcat-6/v6.0.14/ > > According to the release process, the 6.0.14 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [ X ] Stable TCK? Yoav -

DO NOT REPLY [Bug 43002] - NIO connector performance issue in 6.0.13

2007-07-31 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 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://issues.apache.org/bugzilla/show_bu

svn commit: r561328 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2007-07-31 Thread fhanik
Author: fhanik Date: Tue Jul 31 06:38:23 2007 New Revision: 561328 URL: http://svn.apache.org/viewvc?view=rev&rev=561328 Log: forward port from 6.0 Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaMan

Re: Possible bug regarding session timeouts in clustered tomcats

2007-07-31 Thread Filip Hanik - Dev Lists
thanks for the patch, it has bee applied Filip Alexander Maas wrote: Hi, we are using tomcat (6.0.13) in a clustered environment and have noticed some inconsistent behavior regarding session timeouts. Or setup is as follows: Two machines, nodeA and nodeB, each configured identically: debia

svn commit: r561326 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2007-07-31 Thread fhanik
Author: fhanik Date: Tue Jul 31 06:35:35 2007 New Revision: 561326 URL: http://svn.apache.org/viewvc?view=rev&rev=561326 Log: patch provided by Alexander Maas, fix timeout setting on a replicated session Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Mod

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Filip Hanik - Dev Lists
According to the release process, the 6.0.14 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 40960] - Timeout when reading from underlying socket does throw IOException with APR and SocketTimeoutException without APR

2007-07-31 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://issues.apache.org/bugzilla/show_bu

[ANN] Apache Tomcat JK 1.2.24 Web Server Connector released

2007-07-31 Thread Rainer Jung
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.24 of the Apache Tomcat Connectors. It contains connectors, which allow a web server such as Apache HTTPD, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application server. This ver

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 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://issues.apache.org/bugzilla/show_bu

Possible bug regarding session timeouts in clustered tomcats

2007-07-31 Thread Alexander Maas
Hi, we are using tomcat (6.0.13) in a clustered environment and have noticed some inconsistent behavior regarding session timeouts. Or setup is as follows: Two machines, nodeA and nodeB, each configured identically: debian etch tomcat 6.0.13 JDK 1.6.0_02 apache 2.2.3 mod_jk 1.2.23 T

svn commit: r561260 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2007-07-31 Thread rjung
Author: rjung Date: Tue Jul 31 01:16:17 2007 New Revision: 561260 URL: http://svn.apache.org/viewvc?view=rev&rev=561260 Log: Updating connectors-download page for new 1.2.24 release. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download-connectors.xml

[RESULT][VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-31 Thread Rainer Jung
We received six stable votes (Henri, Yoav, Mladen, Peter, Günter and me) and no other votes. I'm now starting to publish the release. Thanks for supporting this release. Regards, Rainer - To unsubscribe, e-mail: [EMAIL PROTE

DO NOT REPLY [Bug 40960] - Timeout when reading from underlying socket does throw IOException with APR and SocketTimeoutException without APR

2007-07-31 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://issues.apache.org/bugzilla/show_bu