DO NOT REPLY [Bug 53033] New: Cannot undeploy applications

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53033 Bug #: 53033 Summary: Cannot undeploy applications Product: Tomcat 5 Version: 5.5.26 Platform: Sun OS/Version: Linux Status: NEW Severity: critical

Re: Who wants my Cassandra session manager for Tomcat?

2012-04-04 Thread Pid
On 03/04/2012 22:18, Morten Jorgensen wrote: > Thanks to all for your feedback. I am providing some additional > information as requested: >> That's interesting. Can you share some details about how it works? > Sure. It is quite simple. Cassandra is effectively a multi-level > distributed hash-map

[jira] [Created] (MTOMCAT-133) Servlet mapping to "/" does not work

2012-04-04 Thread Gildas Cuisinier (Created) (JIRA)
Servlet mapping to "/" does not work - Key: MTOMCAT-133 URL: https://issues.apache.org/jira/browse/MTOMCAT-133 Project: Apache Tomcat Maven Plugin Issue Type: Bug Components: tomcat7 Affects

DO NOT REPLY [Bug 53024] Accessing Servlet while Reloading context gives 404 error

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53024 --- Comment #2 from Ferenc Lutischan 2012-04-04 11:30:55 UTC --- Created attachment 28542 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28542 Test application Test application -- Configure bugmail: https://issues.apache.org

DO NOT REPLY [Bug 53024] Accessing Servlet while Reloading context gives 404 error

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53024 --- Comment #3 from Ferenc Lutischan 2012-04-04 11:40:27 UTC --- Test case: - Unzip the downloaded Tomcat 7.0.26 from tomcat.apache.org site - Edit the unzipped dir/conf/tomcat-users.xml. Add the following line: - Unzip the attached "T

[jira] [Commented] (MTOMCAT-133) Servlet mapping to "/" does not work

2012-04-04 Thread Gildas Cuisinier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246186#comment-13246186 ] Gildas Cuisinier commented on MTOMCAT-133: -- I try to map servlet to "/" in web.x

[jira] [Issue Comment Edited] (MTOMCAT-133) Servlet mapping to "/" does not work

2012-04-04 Thread Gildas Cuisinier (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246186#comment-13246186 ] Gildas Cuisinier edited comment on MTOMCAT-133 at 4/4/12 11:44 AM:

DO NOT REPLY [Bug 53033] Cannot undeploy applications

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53033 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 53034] New: apache tomcat deployed pom does not contain url or license

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53034 Bug #: 53034 Summary: apache tomcat deployed pom does not contain url or license Product: Tomcat 7 Version: 7.0.26 Platform: PC OS/Version: Linux

DO NOT REPLY [Bug 53033] Cannot undeploy applications

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53033 duc nguyen changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 53033] Cannot undeploy applications

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53033 Chuck Caldarale changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[jira] [Commented] (MTOMCAT-133) Servlet mapping to "/" does not work

2012-04-04 Thread Gildas Cuisinier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246314#comment-13246314 ] Gildas Cuisinier commented on MTOMCAT-133: -- Here is new information to solve thi

DO NOT REPLY [Bug 53032] Ant Jasper task fails to run when using XML namespaces; no output; no errors

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53032 --- Comment #2 from Nick Williams 2012-04-04 15:18:54 UTC --- Since JspC is the only Tomcat Ant task that doesn't work with namespaces, and JspC is also the only Tomcat Ant task that /doesn't/ extend o.a.tools.ant.Task, it seems likely tha

Re: [VOTE] Release Apache Tomcat 7.0.27

2012-04-04 Thread Filip Hanik Mailing Lists
[X] Stable - go ahead and release as 7.0.27 Stable - Original Message - > From: "Mark Thomas" > To: "Tomcat Developers List" > Sent: Saturday, March 31, 2012 11:07:30 AM > Subject: [VOTE] Release Apache Tomcat 7.0.27 > > The proposed Apache Tomcat 7.0.27 release is now available for > v

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Filip Hanik Mailing Lists
- Original Message - > From: ma...@apache.org > To: dev@tomcat.apache.org > Sent: Thursday, March 29, 2012 2:19:18 PM > Subject: svn commit: r1307093 - > /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java > > Author: markt > Date: Th

Re: Who wants my Cassandra session manager for Tomcat?

2012-04-04 Thread Morten Jorgensen
Thanks again for your comments. More replies below: That's interesting. Can you share some details about how it works? Sure. It is quite simple. Cassandra is effectively a multi-level distributed hash-map, so it lends itself very well do storing session attributes. The session manager maintain

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Mark Thomas
On 04/04/2012 17:12, Filip Hanik Mailing Lists wrote: > > > - Original Message - >> From: ma...@apache.org To: dev@tomcat.apache.org Sent: Thursday, >> March 29, 2012 2:19:18 PM Subject: svn commit: r1307093 - >> /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/D

[RESULT][VOTE] Release Apache Tomcat 7.0.27

2012-04-04 Thread Mark Thomas
This vote passes. The votes were as follows: +1: markt (binding) rjung (binding) olamy (binding) kkolinko (binding) schultz fhanik (binding) I'll move the files to /dist, give the mirrors time to sync and then announce the release. Might happen later tonight, might be tomorrow. Mark -

svn commit: r598 - /dev/tomcat/tomcat-7/v7.0.27/ /release/tomcat/tomcat-7/v7.0.27/

2012-04-04 Thread markt
Author: markt Date: Wed Apr 4 17:27:14 2012 New Revision: 598 Log: Release Apache Tomcat 7.0.27 Added: release/tomcat/tomcat-7/v7.0.27/ - copied from r597, dev/tomcat/tomcat-7/v7.0.27/ Removed: dev/tomcat/tomcat-7/v7.0.27/ -

svn commit: r598 - /dev/tomcat/tomcat-7/v7.0.27/ /release/tomcat/tomcat-7/v7.0.27/

2012-04-04 Thread markt
Author: markt Date: Wed Apr 4 17:27:14 2012 New Revision: 598 Log: Release Apache Tomcat 7.0.27 Added: release/tomcat/tomcat-7/v7.0.27/ - copied from r597, dev/tomcat/tomcat-7/v7.0.27/ Removed: dev/tomcat/tomcat-7/v7.0.27/ -

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Filip Hanik Mailing Lists
- Original Message - > From: "Mark Thomas" > To: "Tomcat Developers List" > Sent: Wednesday, April 4, 2012 11:18:42 AM > Subject: Re: svn commit: r1307093 - > /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java > > On 04/04/2012 17:

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Konstantin Kolinko
2012/4/4 Filip Hanik Mailing Lists : > > > - Original Message - >> From: "Mark Thomas" >> To: "Tomcat Developers List" >> Sent: Wednesday, April 4, 2012 11:18:42 AM >> Subject: Re: svn commit: r1307093 - >> /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Disposab

Registering Filters via API: isMatchAfter behaves weird

2012-04-04 Thread Koen Serneels
Hello, I came across weird behavior using the JEE Servlet 3.0 API for adding Filters with Tomcat 7.0.26 When I map two filters on the same URL and I use the "isMatchAfter" attribute I would expect the filter having "isMatchAfter set to true to be invoked last. For example: FilterRegistrati

[Tomcat Wiki] Update of "PoweredBy" by Voicent

2012-04-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Voicent: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=401&rev2=402 This section contains cases added by users without further exte

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Filip Hanik Mailing Lists
- Original Message - > From: "Konstantin Kolinko" > To: "Tomcat Developers List" > Sent: Wednesday, April 4, 2012 11:52:01 AM > Subject: Re: svn commit: r1307093 - > /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java > > 2012/4/4 Fi

[Tomcat Wiki] Trivial Update of "PoweredBy" by Voicent

2012-04-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Voicent: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=402&rev2=403 === PC Gesund === {{http://www.pcgesund.de/_content/about/

RE: Improving Ant Task for JSP Compilation

2012-04-04 Thread Nick Williams
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, April 02, 2012 4:24 PM To: Tomcat Developers List Subject: Re: Improving Ant Task for JSP Compilation Nick, On 3/31/12 4:34 PM, Nick Williams wrote: > This morning I filed issues 53011 and 530

[Tomcat Wiki] Update of "PoweredBy" by Voicent

2012-04-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Voicent: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=403&rev2=404 === PC Gesund === {{http://www.pcgesund.de/_content/about/

DO NOT REPLY [Bug 52791] [PATCH] read windows installer default values from config file

2012-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52791 Sandra Madden changed: What|Removed |Added Attachment #28399|0 |1 is obsolete|

[jira] [Created] (MTOMCAT-134) Empty additionalClasspathDir causes NPE in RunMojo.java

2012-04-04 Thread John Meyer (Created) (JIRA)
Empty additionalClasspathDir causes NPE in RunMojo.java --- Key: MTOMCAT-134 URL: https://issues.apache.org/jira/browse/MTOMCAT-134 Project: Apache Tomcat Maven Plugin Issue Type: Bug

[jira] [Updated] (MTOMCAT-134) Empty additionalClasspathDir causes NPE in RunMojo.java

2012-04-04 Thread John Meyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Meyer updated MTOMCAT-134: --- Attachment: MTOMCAT-134.diff Proposed fix > Empty additionalClasspathDir causes NPE

[jira] [Updated] (MTOMCAT-134) Empty additionalClasspathDir causes NPE in RunMojo.java

2012-04-04 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-134: --- Fix Version/s: 2.0 > Empty additionalClasspathDir causes NPE in RunMojo.

svn commit: r1309560 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/

2012-04-04 Thread olamy
Author: olamy Date: Wed Apr 4 19:31:33 2012 New Revision: 1309560 URL: http://svn.apache.org/viewvc?rev=1309560&view=rev Log: [MTOMCAT-134] Empty additionalClasspathDir causes NPE in RunMojo.java Submitted by John Meyer. Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java

[jira] [Closed] (MTOMCAT-134) Empty additionalClasspathDir causes NPE in RunMojo.java

2012-04-04 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-134. -- Resolution: Fixed patch applied. Thanks! > Empty additionalCl

[jira] [Commented] (MTOMCAT-134) Empty additionalClasspathDir causes NPE in RunMojo.java

2012-04-04 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246647#comment-13246647 ] Hudson commented on MTOMCAT-134: Integrated in TomcatMavenPlugin-mvn3.x #120 (See [https

[jira] [Commented] (MTOMCAT-133) Servlet mapping to "/" does not work

2012-04-04 Thread Gildas Cuisinier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1324#comment-1324 ] Gildas Cuisinier commented on MTOMCAT-133: -- The difference comes from the declar

Re: svn commit: r1307093 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.java

2012-04-04 Thread Konstantin Kolinko
2012/4/4 Filip Hanik Mailing Lists : >> >> I know of two places where long lines cause problems: >> >> 1. Commit e-mails. >> >> Long lines are wrapped and it impacts readability. >> >> 2. Side-by-side comparison in viewvc when you do "colored" comparison > > here I see a challenge, since so many of

svn commit: r1309603 - /tomcat/maven-plugin/trunk/pom.xml

2012-04-04 Thread olamy
Author: olamy Date: Wed Apr 4 21:23:49 2012 New Revision: 1309603 URL: http://svn.apache.org/viewvc?rev=1309603&view=rev Log: use tomcat 7.0.27 artifacts Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-p

Re: Who wants my Cassandra session manager for Tomcat?

2012-04-04 Thread Christopher Schultz
Pid, On 4/4/12 6:46 AM, Pid wrote: > On 03/04/2012 22:18, Morten Jorgensen wrote: >> Thanks to all for your feedback. I am providing some additional >> information as requested: >>> That's interesting. Can you share some details about how it works? >> Sure. It is quite simple. Cassandra is effect

Re: Who wants my Cassandra session manager for Tomcat?

2012-04-04 Thread Christopher Schultz
Morten, On 4/4/12 12:18 PM, Morten Jorgensen wrote: > For the cache? The main reason why I use a filter is to be able to > tie a cache object to a thread-local variable for the period for > which the request is being processed. As soon as the response is > streamed to the client the cache is relea

[Tomcat Wiki] Update of "FAQ/Developing" by ChristopherSchultz

2012-04-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Developing" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Developing?action=diff&rev1=12&rev2=13 Comment: Added "hacking with Eclipse" section

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-04-04 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-04-04 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-04-04 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-04-04 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i