RE: never say never...

2006-02-24 Thread Bill Barker
> -Original Message- > From: Wade Chandler [mailto:[EMAIL PROTECTED] > Sent: Friday, February 24, 2006 4:57 PM > To: Tomcat Developers List > Subject: Re: never say never... > > --- "William A. Rowe, Jr." <[EMAIL PROTECTED]> > wrote: > > Anyways, many thanks to the Tomcat developers.

Re: never say never...

2006-02-24 Thread Wade Chandler
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > Glen Mazza wrote: > > Haroon Rafique wrote: > > > >> On Tuesday at 12:54pm, JB=>Jay Burgess > <[EMAIL PROTECTED]> wrote: > >> > >> JB> The following comments are not intended to be > a personal attack on > >> JB> anyone. However, I can't st

DO NOT REPLY [Bug 38740] - (5.5.15) session attributes set in sessionCreated not synched

2006-02-24 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: svn commit: r380835 -/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2006-02-24 Thread Rainer Jung
Hi Filip, I did a little exercise with Java 6 and Solaris DTrace. The change is in fact OK, although I first thought that the DeltaRequest will no longer be initialized: DeltaManager.createSession() calls ManagerBase.createSession() which in turns calls DeltaManager.createEmptySes

svn commit: r380870 - in /tomcat/container/tc5.5.x/modules: groupcom/src/share/org/apache/catalina/cluster/ groupcom/src/share/org/apache/catalina/cluster/demos/ groupcom/src/share/org/apache/catalina

2006-02-24 Thread fhanik
Author: fhanik Date: Fri Feb 24 15:56:03 2006 New Revision: 380870 URL: http://svn.apache.org/viewcvs?rev=380870&view=rev Log: Compiles correctly Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/cluster/Channel.java - copied, changed from r380865, tomcat/

DO NOT REPLY [Bug 38233] - StringIndexOutOfBounds using request dispatcher

2006-02-24 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: r380835 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2006-02-24 Thread fhanik
Author: fhanik Date: Fri Feb 24 14:19:22 2006 New Revision: 380835 URL: http://svn.apache.org/viewcvs?rev=380835&view=rev Log: Fix for bug http://issues.apache.org/bugzilla/show_bug.cgi?id=38740 looks like we got trigger happy with the resetDeltaRequest Thanks to Nick Wesselman and Rainer Jung th

DO NOT REPLY [Bug 38740] - (5.5.15) session attributes set in sessionCreated not synched

2006-02-24 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 38776] - Jsp generated servlet classes have bad SourceFile attribute

2006-02-24 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 38776] - Jsp generated servlet classes have bad SourceFile attribute

2006-02-24 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: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-24 Thread William A. Rowe, Jr.
D'OH!!! Why doesn't this become an apr_sockattr element to the apr_socket_create or apr_socket_bind call, so that APR determines the before/after thingy? One side note, you setopt *after* the bind if you want to know you are the absolute owner of the socket. you setopt *before* the bind on win3

Re: never say never...

2006-02-24 Thread William A. Rowe, Jr.
Glen Mazza wrote: Haroon Rafique wrote: On Tuesday at 12:54pm, JB=>Jay Burgess <[EMAIL PROTECTED]> wrote: JB> The following comments are not intended to be a personal attack on JB> anyone. However, I can't stand by and watch George speak my mind for JB> me, word for word, and not chime in an

Re: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-24 Thread William A. Rowe, Jr.
Jim Jagielski wrote: On Feb 23, 2006, at 11:53 AM, Remy Maucherat wrote: Jim Jagielski wrote: I agree that the change is a big benefit, and for most OSs we care about, SO_REUSEADDR is available. The APR call should gracefully fail... I'll plug this in later on today after some edge-case test

svn commit: r380807 - in /tomcat/container/branches/tc4.1.x: BUILDING.txt build.properties.default build.xml tomcat.nsi

2006-02-24 Thread markt
Author: markt Date: Fri Feb 24 12:19:46 2006 New Revision: 380807 URL: http://svn.apache.org/viewcvs?rev=380807&view=rev Log: Use procrun from commons-daemon rather than JavaService to enable Tomcat to run as a service on Windows. Modified: tomcat/container/branches/tc4.1.x/BUILDING.txt

Re: TomCat monitoring

2006-02-24 Thread Diego
Michael, here is an article about monitoring tomcat clusters (skip the cluster section if you want) http://www.devx.com/Java/Article/21726/1954?pf=true and here is an open source application for monitoring j2ee servers using JMX. I think tomcat is supported http://sourceforge.net/pro

svn commit: r380776 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java

2006-02-24 Thread markt
Author: markt Date: Fri Feb 24 10:44:13 2006 New Revision: 380776 URL: http://svn.apache.org/viewcvs?rev=380776&view=rev Log: More TLP related changes. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java Modified: tomcat/conta

DO NOT REPLY [Bug 38776] - Jsp generated servlet classes have bad SourceFile attribute

2006-02-24 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

TomCat monitoring

2006-02-24 Thread Michael Gesundheit
Hi, I'm looking for any information concerning TomCat runtime monitoring. Resources status, Memory consumption etc. I could not find any material about this issue on the official web site. Any clue? Thanks, -Michael

DO NOT REPLY [Bug 37213] - problem when running tomcat with -security option

2006-02-24 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: never say never...

2006-02-24 Thread Glen Mazza
Haroon Rafique wrote: On Tuesday at 12:54pm, JB=>Jay Burgess <[EMAIL PROTECTED]> wrote: JB> The following comments are not intended to be a personal attack on JB> anyone. However, I can't stand by and watch George speak my mind for JB> me, word for word, and not chime in and say "I agree!".

DO NOT REPLY [Bug 38776] - Jsp generated servlet classes have bad SourceFile attribute

2006-02-24 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: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-24 Thread Jim Jagielski
On Feb 24, 2006, at 11:15 AM, Jim Jagielski wrote: On Feb 23, 2006, at 11:53 AM, Remy Maucherat wrote: Jim Jagielski wrote: I agree that the change is a big benefit, and for most OSs we care about, SO_REUSEADDR is available. The APR call should gracefully fail... I'll plug this in later on

DO NOT REPLY [Bug 38776] - Jsp generated servlet classes have bad SourceFile attribute

2006-02-24 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 38740] - (5.5.15) session attributes set in sessionCreated not synched

2006-02-24 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: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-24 Thread Jim Jagielski
On Feb 23, 2006, at 11:53 AM, Remy Maucherat wrote: Jim Jagielski wrote: I agree that the change is a big benefit, and for most OSs we care about, SO_REUSEADDR is available. The APR call should gracefully fail... I'll plug this in later on today after some edge-case tests. In AprEndpoint, th

DO NOT REPLY [Bug 38740] - (5.5.15) session attributes set in sessionCreated not synched

2006-02-24 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 38779] New: - Wrong class name in org/apache/catalina/cluster/tcp/mbeans-descriptors.xml

2006-02-24 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 38740] - (5.5.15) session attributes set in sessionCreated not synched

2006-02-24 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: r380673 - /tomcat/build/tc5.5.x/build.properties.default

2006-02-24 Thread remm
Author: remm Date: Fri Feb 24 06:11:27 2006 New Revision: 380673 URL: http://svn.apache.org/viewcvs?rev=380673&view=rev Log: - Update to JDT 3.1.2. Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org/view

svn commit: r380645 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/digester/Digester.java

2006-02-24 Thread remm
Author: remm Date: Fri Feb 24 03:37:46 2006 New Revision: 380645 URL: http://svn.apache.org/viewcvs?rev=380645&view=rev Log: - Refresh loggers being used, to make sure the current webapp logger is used. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/digester/Digester.java