2010/2/13 :
> Author: fhanik
> Date: Sat Feb 13 00:51:47 2010
> New Revision: 909673
>
> URL: http://svn.apache.org/viewvc?rev=909673&view=rev
> Log:
> fix compilation error
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/connector/Connector.java
>
What is this? The new code is equivale
Author: fhanik
Date: Sat Feb 13 00:51:47 2010
New Revision: 909673
URL: http://svn.apache.org/viewvc?rev=909673&view=rev
Log:
fix compilation error
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Connector.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.jav
2010/2/11 Mark Thomas :
> On 07/02/2010 07:33, t...@apache.org wrote:
>> Author: timw
>> Date: Sun Feb 7 07:33:25 2010
>> New Revision: 907390
>>
>> URL: http://svn.apache.org/viewvc?rev=907390&view=rev
>> Log:
>> Adding timw to committers list.
>
> Tim when you did svn up on people.a.o you didn't
Author: kkolinko
Date: Fri Feb 12 23:38:27 2010
New Revision: 909660
URL: http://svn.apache.org/viewvc?rev=909660&view=rev
Log:
Followup to r909659 - updating the generated pages.
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/contact.html
tomcat/site/trunk/doc
Author: kkolinko
Date: Fri Feb 12 23:32:55 2010
New Revision: 909659
URL: http://svn.apache.org/viewvc?rev=909659&view=rev
Log:
Update links to Tomcat Wiki in the site menu and on several pages.
Those links should be not
http://wiki.apache.org/tomcat
but
http://wiki.apache.org/tomcat/
I am using
Author: kkolinko
Date: Fri Feb 12 23:17:59 2010
New Revision: 909652
URL: http://svn.apache.org/viewvc?rev=909652&view=rev
Log:
Add a reference to the ASF Public Forum Archive Policy
Modified:
tomcat/site/trunk/docs/lists.html
tomcat/site/trunk/xdocs/lists.xml
Modified: tomcat/site/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=48323
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48318
--- Comment #1 from Mark Thomas 2010-02-12 22:16:32 UTC ---
This has been fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: markt
Date: Fri Feb 12 22:15:54 2010
New Revision: 909637
URL: http://svn.apache.org/viewvc?rev=909637&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=909
Author: markt
Date: Fri Feb 12 22:12:48 2010
New Revision: 909636
URL: http://svn.apache.org/viewvc?rev=909636&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48318
Handle case where WebDAV resource is in directory listing but is not accessible
Modified:
tomcat/trunk/java
Author: markt
Date: Fri Feb 12 21:34:20 2010
New Revision: 909613
URL: http://svn.apache.org/viewvc?rev=909613&view=rev
Log:
Update for new Eclipse lib
Align with new trunk build script
Modified:
tomcat/trunk/.classpath
Modified: tomcat/trunk/.classpath
URL:
http://svn.apache.org/viewvc/tom
Author: markt
Date: Fri Feb 12 19:31:07 2010
New Revision: 909573
URL: http://svn.apache.org/viewvc?rev=909573&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=909
Author: markt
Date: Fri Feb 12 19:15:32 2010
New Revision: 909563
URL: http://svn.apache.org/viewvc?rev=909563&view=rev
Log:
Add listener before child is added else listener won't get called on first load
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardHost.java
Modified: tomcat
Author: markt
Date: Fri Feb 12 18:03:48 2010
New Revision: 909542
URL: http://svn.apache.org/viewvc?rev=909542&view=rev
Log:
Document new findleaks command
Modified:
tomcat/trunk/webapps/docs/html-manager-howto.xml
tomcat/trunk/webapps/docs/manager-howto.xml
Modified: tomcat/trunk/webapp
Author: markt
Date: Fri Feb 12 17:51:06 2010
New Revision: 909528
URL: http://svn.apache.org/viewvc?rev=909528&view=rev
Log:
Add a find leaks option - with a suitable warning to the manager app (html &
text)
Modified:
tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java
Author: markt
Date: Fri Feb 12 17:50:22 2010
New Revision: 909526
URL: http://svn.apache.org/viewvc?rev=909526&view=rev
Log:
Make class loader registration more robust
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardHost.java
Modified: tomcat/trunk/java/org/apache/catalina/core/
Author: markt
Date: Fri Feb 12 17:49:49 2010
New Revision: 909525
URL: http://svn.apache.org/viewvc?rev=909525&view=rev
Log:
Looks like the ResourceBundle leaks are triggered by a GC bug - only seems to
affect Sun JVMs.
The fix is also Sun specific so only log a debug message if the internal fiel
On 12/02/2010 15:20, Henri Gomez wrote:
> Hi to all,
>
> Some times ago, we discuss about mod_jk/cluster and more intelligent
> strategy to be use for the dispatching system.
>
> One point was to get system load informations about the various Tomcat
> instances involved in a cluster, to send requ
Hi to all,
Some times ago, we discuss about mod_jk/cluster and more intelligent
strategy to be use for the dispatching system.
One point was to get system load informations about the various Tomcat
instances involved in a cluster, to send request to the lowest loaded
Tomcat.
Hyperic Sigar, http:
On 12/02/2010 12:32, Mark Thomas wrote:
> On 12/02/2010 02:52, Bill Barker wrote:
>>
>>
>> wrote in message
>> news:20100211180956.bfd5f2388...@eris.apache.org...
>>> Author: markt
>>> Date: Thu Feb 11 18:09:08 2010
>>> New Revision: 909097
>>>
>>> URL: http://svn.apache.org/viewvc?rev=909097&view
On 12/02/2010 02:52, Bill Barker wrote:
>
>
> wrote in message
> news:20100211180956.bfd5f2388...@eris.apache.org...
>> Author: markt
>> Date: Thu Feb 11 18:09:08 2010
>> New Revision: 909097
>>
>> URL: http://svn.apache.org/viewvc?rev=909097&view=rev
>> Log:
>> Improved memory leak prevention f
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SummerOfCode2010" page has been changed by KonstantinKolinko.
The comment on this change is: correct links.
http://wiki.apache.org/tomcat/SummerOfCode2010?action=diff&rev1=2&rev2=3
On 12/02/2010 10:40, Konstantin Kolinko wrote:
> 2010/2/12 Mark Thomas :
>> Thanks - fixed in trunk, 6.0.x and 5.5.x
>
> That example is a mix of Windows and Unix syntaxes.
>
> On Windows 1) no quotes, 2) "\" is not supported as continuation character
My assumption was that the continuation char
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SummerOfCode2010" page has been changed by JeanFredericClere.
http://wiki.apache.org/tomcat/SummerOfCode2010?action=diff&rev1=1&rev2=2
-
2010/2/12 Mark Thomas :
> Thanks - fixed in trunk, 6.0.x and 5.5.x
That example is a mix of Windows and Unix syntaxes.
On Windows 1) no quotes, 2) "\" is not supported as continuation character
On Unix 1) "set " is not needed and is indeed a different command.
You just do the assignment. Quotes
On 12/02/2010 08:57, Gurkan Erdogdu wrote:
> Hello folks;
>
> I think that there is a minor error in Tomcat 6 documentation (
> http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html). It says that to
> setup JMX remote access you have to add
>
> set CATALINA_OPTS="-Dcom.sun.management.jmxremot
Author: markt
Date: Fri Feb 12 09:59:09 2010
New Revision: 909324
URL: http://svn.apache.org/viewvc?rev=909324&view=rev
Log:
Remove quotes from example - they break it
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/monitoring.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/m
Author: markt
Date: Fri Feb 12 09:58:40 2010
New Revision: 909322
URL: http://svn.apache.org/viewvc?rev=909322&view=rev
Log:
Remove quotes from example - they break it
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/monitoring.xml
URL:
Author: markt
Date: Fri Feb 12 09:58:13 2010
New Revision: 909321
URL: http://svn.apache.org/viewvc?rev=909321&view=rev
Log:
Remove quotes from example - they break it
Modified:
tomcat/trunk/webapps/docs/monitoring.xml
Modified: tomcat/trunk/webapps/docs/monitoring.xml
URL:
http://svn.apach
On 12/02/2010 09:08, Apache Wiki wrote:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for
> change notification.
>
> The "SummerOfCode2010" page has been changed by markt.
> The comment on this change is: Add some initial ideas.
Folks - feel free to
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SummerOfCode2010" page has been changed by markt.
The comment on this change is: Add some initial ideas.
http://wiki.apache.org/tomcat/SummerOfCode2010
Hello folks;
I think that there is a minor error in Tomcat 6 documentation (
http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html). It says that to
setup JMX remote access you have to add
set CATALINA_OPTS="-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=%my.jmx.port%
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "GSOC" page has been changed by markt.
http://wiki.apache.org/tomcat/GSOC?action=diff&rev1=2&rev2=3
--
The Tomcat project particip
On 12/02/2010 07:21, buddhika chamith wrote:
> I am Buddhika Chamith, a final year student from University of Moratuwa, Sri
> Lanka. I am hoping to participate in GSOC 2010 program. This would be my
> second GSOC. Last year I worked in and successfully completed Apache ODE
> project titled "Apache
34 matches
Mail list logo