Re: SPDY support

2012-03-12 Thread Costin Manolache
Submitted the second part - please let me know if there are concerns with the layout/etc. Note that Jetty announced spdy support as well, and they're using a NPN implementation that requires Java7. Their NPN library seems to have ASF licence ( dual eclipse/asf ), I'll try to get it working with th

svn commit: r1299981 - in /tomcat/trunk/java/org/apache: coyote/spdy/ tomcat/spdy/

2012-03-12 Thread costin
Author: costin Date: Tue Mar 13 05:37:14 2012 New Revision: 1299981 URL: http://svn.apache.org/viewvc?rev=1299981&view=rev Log: Update the spdy implementation to use the non-blocking apr socket. Fix various bugs found while stress testing. Added: tomcat/trunk/java/org/apache/tomcat/spdy/Spd

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

2012-03-12 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

Re: svn commit: r1299689 - in /tomcat/maven-plugin/trunk: (...)

2012-03-12 Thread Konstantin Kolinko
2012/3/12 : > Author: olamy > Date: Mon Mar 12 14:36:22 2012 > New Revision: 1299689 > > URL: http://svn.apache.org/viewvc?rev=1299689&view=rev > Log: > [MTOMCAT-126] Add support for keystoreType > Submitted by Cédric Couralet. > > Modified: >     > tomcat/maven-plugin/trunk/tomcat6-maven-plugin/s

[jira] [Commented] (MTOMCAT-116) NonRepeatableRequestException when executing goal tomcat6:deploy

2012-03-12 Thread William Churchill (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228007#comment-13228007 ] William Churchill commented on MTOMCAT-116: --- Probably more accurate to say redi

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #60 from Johno Crawford 2012-03-12 21:59:38 UTC --- Created attachment 28457 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28457 Chat example collision fix and cleanup Please find attached patch for simple chat ex

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Henri Gomez
>>> I add to add --with-apxs=/usr/sbin/apxs to configure line : >>> >>> CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' >>> ./configure --with-apr=/usr --with-ssl=/usr >>> --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/ >>> --with-apxs=/usr/sbin/apxs

RE: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Konstantin Preißer
Hello Jordan, > -Original Message- > From: Jordan Michaels [mailto:jor...@viviotech.net] > Sent: Monday, March 12, 2012 8:15 PM > To: Tomcat Developers List > Subject: Re: Possible alternative Tomcat IIS Connector implementation > > Hi Konstantin, > > If you're interested in a IIS->Tomca

RE: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Konstantin Preißer
Hello Mladen, > -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Monday, March 12, 2012 8:00 PM > To: dev@tomcat.apache.org > Subject: Re: Possible alternative Tomcat IIS Connector implementation > > You would need to read at least one frame. > Suppose a thread tha

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 --- Comment #7 from Jarek Gawor 2012-03-12 20:28:56 UTC --- I was able to reproduce this issue. The key here is that the jsp must live in a jar file that has a timestamp with a better precision then the file system. Nothing is modifying the

svn commit: r1299822 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java

2012-03-12 Thread markt
Author: markt Date: Mon Mar 12 20:13:06 2012 New Revision: 1299822 URL: http://svn.apache.org/viewvc?rev=1299822&view=rev Log: UCDetector improvements. Use final. Deprecate unused code. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlet

[jira] [Commented] (MTOMCAT-116) NonRepeatableRequestException when executing goal tomcat6:deploy

2012-03-12 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227843#comment-13227843 ] Olivier Lamy commented on MTOMCAT-116: -- NAT'ed ? or using some redirect or mod_proxy

Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-12 Thread Nick Williams
We are researching upgrading our application from Java 6 to Java 7. From what I can tell, Tomcat 6, and our application in Tomcat 6, run fine in Java 7. No problems whatsoever. Until you use Java 7 language features in a JSP. Tomcat 7, however, does not have this problem. >From what I can tell,

svn commit: r1299821 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2012-03-12 Thread markt
Author: markt Date: Mon Mar 12 20:12:01 2012 New Revision: 1299821 URL: http://svn.apache.org/viewvc?rev=1299821&view=rev Log: Delete deprecated and unused code. Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servl

svn commit: r1299819 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2012-03-12 Thread markt
Author: markt Date: Mon Mar 12 20:11:11 2012 New Revision: 1299819 URL: http://svn.apache.org/viewvc?rev=1299819&view=rev Log: UCDetector. - use final where appropriate - deprecate unused code Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk

DO NOT REPLY [Bug 52830] DataSource JNDI lookup with javax.naming.Name failed

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830 --- Comment #5 from Mark Thomas 2012-03-12 19:53:46 UTC --- Fix proposed for 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

svn commit: r1299812 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-03-12 Thread markt
Author: markt Date: Mon Mar 12 19:53:40 2012 New Revision: 1299812 URL: http://svn.apache.org/viewvc?rev=1299812&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=1

DO NOT REPLY [Bug 52830] DataSource JNDI lookup with javax.naming.Name failed

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Component|Catalina

[jira] [Issue Comment Edited] (MTOMCAT-116) NonRepeatableRequestException when executing goal tomcat6:deploy

2012-03-12 Thread William Churchill (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227814#comment-13227814 ] William Churchill edited comment on MTOMCAT-116 at 3/12/12 7:46 PM: ---

[jira] [Commented] (MTOMCAT-116) NonRepeatableRequestException when executing goal tomcat6:deploy

2012-03-12 Thread William Churchill (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227814#comment-13227814 ] William Churchill commented on MTOMCAT-116: --- I have a similar problem on a Linu

Re: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Jordan Michaels
Hi Konstantin, If you're interested in a IIS->Tomcat connector in .NET, there's already one that exists over here: http://tomcatiis.riaforge.org/ It's licensed under the Apache license, and works well. I am not a .NET developer, so I haven't looked at the code myself, but I have worked with

Re: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Mladen Turk
On 03/12/2012 07:51 PM, Konstantin Preißer wrote: Now imagine that a Client with a very slow connection requests a file from Tomcat which is very big. IIS would create a SPDY stream over an existing TCP connection to start retrieving the file. However, When the stream is established and Tomca

RE: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Konstantin Preißer
Hello Mladen, > -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Monday, March 12, 2012 8:24 AM > To: dev@tomcat.apache.org > Subject: Re: Possible alternative Tomcat IIS Connector implementation > > > I would rather see SPDY connector over AJP. > AJP has serious

DO NOT REPLY [Bug 52830] DataSource JNDI lookup with javax.naming.Name failed

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830 --- Comment #3 from lachame...@gmail.com 2012-03-12 18:20:16 UTC --- The same bug happen on Tomcat 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

DO NOT REPLY [Bug 51388] SlowQueryReport should respect Statement.getQueryTimeout() value

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51388 Lucas Pouzac changed: What|Removed |Added CC|lucas.pouzac@gmail.com | -- Configure bugmail: https://iss

DO NOT REPLY [Bug 51388] SlowQueryReport should respect Statement.getQueryTimeout() value

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51388 Lucas Pouzac changed: What|Removed |Added CC||lucas.pouzac@gmail.com -- Conf

DO NOT REPLY [Bug 51237] SlowQueryReport interceptor does not log anything

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51237 Lucas Pouzac changed: What|Removed |Added CC||lucas.pouzac@gmail.com -- Conf

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

2012-03-12 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

[jira] [Commented] (MTOMCAT-126) Add support for keystoreType

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

[jira] [Closed] (MTOMCAT-126) Add support for keystoreType

2012-03-12 Thread Olivier Lamy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-126. Resolution: Fixed Fix Version/s: 2.0 patch applied. Thanks !! > Add suppo

svn commit: r1299689 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomca

2012-03-12 Thread olamy
Author: olamy Date: Mon Mar 12 14:36:22 2012 New Revision: 1299689 URL: http://svn.apache.org/viewvc?rev=1299689&view=rev Log: [MTOMCAT-126] Add support for keystoreType Submitted by Cédric Couralet. Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/mav

[jira] [Updated] (MTOMCAT-126) Add support for keystoreType

2012-03-12 Thread Updated
[ https://issues.apache.org/jira/browse/MTOMCAT-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédric Couralet updated MTOMCAT-126: Attachment: patch.txt a patch to add support for keystoreType. > Add supp

[jira] [Created] (MTOMCAT-126) Add support for keystoreType

2012-03-12 Thread Created
Add support for keystoreType Key: MTOMCAT-126 URL: https://issues.apache.org/jira/browse/MTOMCAT-126 Project: Apache Tomcat Maven Plugin Issue Type: New Feature Components: tomcat6, tomcat7 Affects

DO NOT REPLY [Bug 52887] Tomcat getting crashed frequently

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

[jira] [Commented] (MTOMCAT-125) mvn tomcat7:run got "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context"

2012-03-12 Thread Olivier Lamy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227456#comment-13227456 ] Olivier Lamy commented on MTOMCAT-125: -- Do you have more logs ? (especially containe

DO NOT REPLY [Bug 52887] New: Tomcat getting crashed frequently

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52887 Bug #: 52887 Summary: Tomcat getting crashed frequently Product: Tomcat 6 Version: 6.0.13 Platform: All OS/Version: Linux Status: NEW Severity: critical

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Rainer Jung
On 09.03.2012 13:00, Mladen Turk wrote: Release candidate artefacts [1] based on tag [2] are ready for vote. The vote will stay open for at least 72 hours. Apache Tomcat Connectors 1.2.33 release candidate is [+1] Stable, release [-1] Do not release because of ... +1 as stable. The only unexp

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk
On 03/12/2012 10:18 AM, Mladen Turk wrote: On 03/12/2012 09:07 AM, Henri Gomez wrote: I add to add --with-apxs=/usr/sbin/apxs to configure line : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/usr --with-ssl=/usr --with-java-home=/System/Library/F

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk
On 03/12/2012 09:07 AM, Henri Gomez wrote: I add to add --with-apxs=/usr/sbin/apxs to configure line : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/usr --with-ssl=/usr --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/ --wit

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk
On 03/12/2012 09:07 AM, Henri Gomez wrote: I add to add --with-apxs=/usr/sbin/apxs to configure line : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/usr --with-ssl=/usr --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/ --wit

DO NOT REPLY [Bug 52722] An incomplete fix for the resource leak bug in HTMLManagerServlet.java

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52722 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 52722] An incomplete fix for the resource leak bug in HTMLManagerServlet.java

2012-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52722 liangg...@sei.pku.edu.cn changed: What|Removed |Added Status|RESOLVED|REOPENED Resolut

Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Henri Gomez
I add to add --with-apxs=/usr/sbin/apxs to configure line : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/usr --with-ssl=/usr --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/ --with-apxs=/usr/sbin/apxs Why did we need now ap

Re: Possible alternative Tomcat IIS Connector implementation

2012-03-12 Thread Mladen Turk
On 03/12/2012 02:08 AM, Konstantin Preißer wrote: Hello Tomcat developers, Advantages: - Easier to maintain. I have looked a bit at the ISAPI code, and as it is C++ code, it is probably somewhat hard to maintain. As I said, for this connector (in the current stage) I only spend one day to rea