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
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
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
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
[
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
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
>>> 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
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
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
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
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
[
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
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,
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Component|Catalina
[
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:
---
[
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51388
Lucas Pouzac changed:
What|Removed |Added
CC||lucas.pouzac@gmail.com
--
Conf
https://issues.apache.org/bugzilla/show_bug.cgi?id=51237
Lucas Pouzac changed:
What|Removed |Added
CC||lucas.pouzac@gmail.com
--
Conf
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
[
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
[
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
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
[
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52887
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
[
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52722
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52722
liangg...@sei.pku.edu.cn changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolut
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
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
44 matches
Mail list logo