[jira] [Updated] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-181: --- Fix Version/s: (was: 2.1) moreinfo > Allow to run

[Bug 54022] New: CometEvent.END event is not sent on a suspended socket disconnect when running with Tomcat Native (tcnative-1.dll) on Windows Vista / Windows Server 2008 or newer.

2012-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54022 Priority: P2 Bug ID: 54022 Assignee: dev@tomcat.apache.org Summary: CometEvent.END event is not sent on a suspended socket disconnect when running with Tomcat Native

Re: SPDY/3

2012-10-17 Thread verlag.preis...@t-online.de
Hi, -Original-Nachricht- > Von: Costin Manolache > Most browsers are switching from SPDY/2 to 3, I'm working on updating > the tomcat implementation as well. > I'm not sure if anyone has tried out or uses the SPDY support - or if > there is still interest in supporting it ( > or doubts a

Re: SPDY/3

2012-10-17 Thread Mark Thomas
Costin Manolache wrote: >Hi, > >Most browsers are switching from SPDY/2 to 3, I'm working on updating >the >tomcat implementation as well. >I'm not sure if anyone has tried out or uses the SPDY support - or if >there >is still interest in supporting it ( >or doubts about keeping it ) - please let

[jira] [Commented] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478045#comment-13478045 ] Enrico Olivelli commented on MTOMCAT-181: - please implement this, in this way I w

[jira] [Commented] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478044#comment-13478044 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-181: Do you have any sample t

[jira] [Updated] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-181: --- Fix Version/s: 2.1 > Allow to run the webapp under the root context > --

Re: [VOTE] Release build 6.0.36

2012-10-17 Thread Olivier Lamy
do you plan to release maven artifacts too ? 2012/10/16 jean-frederic clere : > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.36/ > > According to the release process, the 6.0.36 build corresponding to the > tag TOMCAT_6_0_36 is: > [ ] Broken > [ ] A

Re: Resources - merging back the changes

2012-10-17 Thread Mark Thomas
On 17/10/2012 15:07, Konstantin Kolinko wrote: > 1. Are and able to inject individual files? Not yet, but that should be relatively simple to implement. > 2. I am -1 on removal of VirtualWebappLoader. > > The feature of injecting additional classpath entries into > WebappClassLoader.super.add

[jira] [Created] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread JIRA
Sergio Fernández created MTOMCAT-181: Summary: Allow to run the webapp under the root context Key: MTOMCAT-181 URL: https://issues.apache.org/jira/browse/MTOMCAT-181 Project: Apache Tomcat Maven Pl

Re: Resources - merging back the changes

2012-10-17 Thread Konstantin Kolinko
2012/10/16 Mark Thomas : > On 09/10/2012 22:27, Mark Thomas wrote: >> I believe from the various threads on the Resources implementation for >> Tomcat 8 there is agreement that: >> >> - DirContext is not the right basis for the Resources API >> - Refactoring is required to simplify the multiple 'ad

Re: svn commit: r1389005 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java Constants.java

2012-10-17 Thread Mark Thomas
On 17/10/2012 13:57, Konstantin Kolinko wrote: > 2012/9/23 : >> Author: markt >> Date: Sun Sep 23 10:36:58 2012 >> New Revision: 1389005 >> >> URL: http://svn.apache.org/viewvc?rev=1389005&view=rev >> Log: >> More GC reduction in the AccessLog. Integer.toString(response.getStatus()) >> was respon

Re: svn commit: r1389005 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java Constants.java

2012-10-17 Thread Konstantin Kolinko
2012/9/23 : > Author: markt > Date: Sun Sep 23 10:36:58 2012 > New Revision: 1389005 > > URL: http://svn.apache.org/viewvc?rev=1389005&view=rev > Log: > More GC reduction in the AccessLog. Integer.toString(response.getStatus()) > was responsible for ~4% of allocated objects under load > > Modifie

[Bug 54019] New: org.apache.coyote.Response & org.apache.coyote.Request don't call recycle() on notes[] elements.

2012-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54019 Priority: P2 Bug ID: 54019 Assignee: dev@tomcat.apache.org Summary: org.apache.coyote.Response & org.apache.coyote.Request don't call recycle() on notes[] elements. Sev

svn commit: r1399162 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-10-17 Thread markt
Author: markt Date: Wed Oct 17 09:30:12 2012 New Revision: 1399162 URL: http://svn.apache.org/viewvc?rev=1399162&view=rev Log: Suppress some warnings Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL:

svn commit: r1399161 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-10-17 Thread markt
Author: markt Date: Wed Oct 17 09:27:01 2012 New Revision: 1399161 URL: http://svn.apache.org/viewvc?rev=1399161&view=rev Log: Reduce a circular package dependency (Structure 101) Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyot

Reloading WebappClassLoader

2012-10-17 Thread Elgs Chen
Dear Tomcat Developers, I'm using embedded tomcat 7 on my current project. I'm wondering if there's any API available that I can reload the WebappClassLoader by ditching the webapp class loader that loads the jars and classes in /WEB-INF/lib and /WEB-INF/classes, and create a new one that loads

[Bug 54017] New: new String instance is generated for constant string in Generator.convertString

2012-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54017 Priority: P2 Bug ID: 54017 Assignee: dev@tomcat.apache.org Summary: new String instance is generated for constant string in Generator.convertString Severity: normal