svn commit: r1468311 - in /tomcat/trunk: java/org/apache/catalina/ha/deploy/FarmWarDeployer.java webapps/docs/config/cluster-deployer.xml

2013-04-15 Thread kfujino
Author: kfujino Date: Tue Apr 16 06:17:32 2013 New Revision: 1468311 URL: http://svn.apache.org/r1468311 Log: Add support for specifying a pathname that is relative to the $CATALINA_BASE directory. Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java tomcat/trun

[Bug 54850] New: Automate startup and shutdown using keyboard shortcuts

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54850 Bug ID: 54850 Summary: Automate startup and shutdown using keyboard shortcuts Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: enhancement

buildbot failure in ASF Buildbot on tomcat-trunk

2013-04-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4211 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1468290 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

2013-04-15 Thread kfujino
Author: kfujino Date: Tue Apr 16 02:20:15 2013 New Revision: 1468290 URL: http://svn.apache.org/r1468290 Log: Remove unnecessary method call. There is no need to send the UndeployMessage when updating WAR. Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Modifie

jsvc from tomcat v7.0.39 src build segfaults @ "error 4 in libc-2.17.so"; jsvc from v7.0.37 is ok.

2013-04-15 Thread darx
hi, i can now reproduce this across any of my boxes. it's acting like a bug, but would appreciate some guidance here re: what i'm seeing and and what additional info would be useful before posting a bug. on linux/64, with rpm -qa | grep -i jdk java-1_7_0-openjdk-src-1.7.0.6-8.8.1.x86_64

[Bug 54808] Add numberOfVersionsToKeep when undeployOldVersions is set to true

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54808 Jason McIntosh changed: What|Removed |Added Attachment #30159|0 |1 is obsolete|

[Bug 54831] Null pointer causing the failure of reload of webapp via the Tomcat manager

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54831 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 54746] Cannot obtain idempotent information from Session in onError method after session closed

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54746 Nick Williams changed: What|Removed |Added Summary|Cannot obtain information |Cannot obtain idempotent

[Bug 54746] Cannot obtain information from Session in onClose method

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54746 Nick Williams changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

[Bug 54831] Null pointer causing the failure of reload of webapp via the Tomcat manager

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54831 --- Comment #5 from Karthik S --- Done! Will go with the custom code till we migrate to 7.0.39. Thanks for the updates... -- You are receiving this mail because: You are the assignee for the bug. -

Re: [Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-04-15 Thread Konstantin Kolinko
2013/4/15 Pid : > Is it me or has the wiki-spam been on the increase lately? > Yes, I think it a constant stream, started a month ago. When I added some common phrases to the filter page (like "my\s+name") it slowed for a week or two, but now they are using some random text excerpts. It comes f

RE: [Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-04-15 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: [Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko > Is it me or has the wiki-spam been on the increase lately? Worst that I've seen. The spamming is vastly outnumbering the valid contributions for the last several weeks. - Chu

Re: [Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-04-15 Thread Pid
Is it me or has the wiki-spam been on the increase lately? p On 15/04/2013 08:47, Apache Wiki wrote: > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for > change notification. > > The "LocalBadContent" page has been changed by KonstantinKolinko: > ht

[Bug 54831] Null pointer causing the failure of reload of webapp via the Tomcat manager

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54831 --- Comment #4 from Chuck Caldarale --- (In reply to comment #3) > But we need the issue to be fixed for the 7.0.30. The only way a bug in a prior version can be fixed is by installing a later version, or by ferreting out the changes in th

[Bug 54831] Null pointer causing the failure of reload of webapp via the Tomcat manager

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54831 --- Comment #3 from Karthik S --- We are using the standard j.u.Collection. I have already tested the 7.0.39 and the issue is not seen. But we need the issue to be fixed for the 7.0.30. -- You are receiving this mail because: You are the

buildbot success in ASF Buildbot on tomcat-trunk

2013-04-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4210 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 54831] Null pointer causing the failure of reload of webapp via the Tomcat manager

2013-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54831 --- Comment #2 from Violeta Georgieva --- Hi, A null check is not performed because the standard Oracle JDK j.u.Collection implementations return a non null iterator even when the Collection is empty. Can you please give an information for

svn commit: r1467893 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

2013-04-15 Thread kfujino
Author: kfujino Date: Mon Apr 15 08:18:35 2013 New Revision: 1467893 URL: http://svn.apache.org/r1467893 Log: remove invalid comment. Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

svn commit: r1467891 - /tomcat/trunk/webapps/docs/config/cluster-deployer.xml

2013-04-15 Thread kfujino
Author: kfujino Date: Mon Apr 15 08:03:17 2013 New Revision: 1467891 URL: http://svn.apache.org/r1467891 Log: Add document for Cluster Deployer. Modified: tomcat/trunk/webapps/docs/config/cluster-deployer.xml Modified: tomcat/trunk/webapps/docs/config/cluster-deployer.xml URL: http://svn.ap

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-04-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=133&rev2=134 chocolatehouse\.pl communitychurchsite\

[Tomcat Wiki] Trivial Update of "Top_5_Advantages_Of_Creating_A_Conference_Registration_Website" by Christope

2013-04-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Top_5_Advantages_Of_Creating_A_Conference_Registration_Website" page has been changed by Christope: http://wiki.apache.org/tomcat/Top_5_Advantages_Of_Creating_A_Conference_Registra