https://issues.apache.org/bugzilla/show_bug.cgi?id=51379
--- Comment #6 from Kallol 2011-06-17 07:26:30 UTC
---
I RESOLVED THE ISSUE.
I TESTED ON ECLIPSE 3.2.0, Tomcat 5.5 and mysql-5.1.57-win32.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are r
Author: markt
Date: Fri Jun 17 08:15:15 2011
New Revision: 1136797
URL: http://svn.apache.org/viewvc?rev=1136797&view=rev
Log:
Prep for the 7.0.16 release announcement
Modified:
tomcat/site/trunk/docs/download-70.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/oldnews.ht
Author: markt
Date: Fri Jun 17 08:33:23 2011
New Revision: 1136806
URL: http://svn.apache.org/viewvc?rev=1136806&view=rev
Log:
Add missing transition
Modified:
tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java
Modified: tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java
URL:
Author: markt
Date: Fri Jun 17 08:54:28 2011
New Revision: 1136812
URL: http://svn.apache.org/viewvc?rev=1136812&view=rev
Log:
Aligning code between connectors
Remove extra method from JIoEndpoint.Handler
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java
tomcat/trunk/java
Author: markt
Date: Fri Jun 17 12:11:16 2011
New Revision: 1136855
URL: http://svn.apache.org/viewvc?rev=1136855&view=rev
Log:
Remove empty dir
Removed:
tomcat/trunk/test/org/apache/cometd/bayeux/
-
To unsubscribe, e-mail:
Author: markt
Date: Fri Jun 17 12:12:46 2011
New Revision: 1136857
URL: http://svn.apache.org/viewvc?rev=1136857&view=rev
Log:
Remove empty dir
Removed:
tomcat/trunk/test/org/apache/cometd/
-
To unsubscribe, e-mail: dev-uns
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.16.
Apache Tomcat 7.0.16 includes bug fixes and the following new features
compared to version 7.0.14:
- NIO implementation of the AJP connector
- Enable Servlet 3 asynchronous processing support when using clustering
Author: markt
Date: Fri Jun 17 13:03:30 2011
New Revision: 1136867
URL: http://svn.apache.org/viewvc?rev=1136867&view=rev
Log:
Add a simple Comet test case
Added:
tomcat/trunk/test/org/apache/catalina/comet/
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java (with
prop
On 15.06.2011 08:18, 姚伟斌 wrote:
> Hi, folks,
>
> I have some questions about the ajp1.3 connector. Is there any other
> official document for ajp1.3 connector? This url (
> http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html) seems lack of
> something.
No, that is the official protocol docum
Author: markt
Date: Fri Jun 17 14:56:05 2011
New Revision: 1136902
URL: http://svn.apache.org/viewvc?rev=1136902&view=rev
Log:
Ignore Eclipse files
Modified:
tomcat/trunk/modules/jdbc-pool/ (props changed)
Propchange: tomcat/trunk/modules/jdbc-pool/
Author: markt
Date: Fri Jun 17 16:17:21 2011
New Revision: 1136923
URL: http://svn.apache.org/viewvc?rev=1136923&view=rev
Log:
Connector re-factoring
No functional change
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http1
https://issues.apache.org/bugzilla/show_bug.cgi?id=50567
Sebb changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Jun 17 21:35:59 2011
New Revision: 1137041
URL: http://svn.apache.org/viewvc?rev=1137041&view=rev
Log:
Connector refactoring
No functional change
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java
Modified: tomcat/trunk/java/org/apache/coyote/htt
Author: markt
Date: Fri Jun 17 21:41:32 2011
New Revision: 1137044
URL: http://svn.apache.org/viewvc?rev=1137044&view=rev
Log:
Connector refactoring
No functional change
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java
Modified: tomcat/trunk/java/org/apache/coyote/htt
Author: markt
Date: Fri Jun 17 21:56:58 2011
New Revision: 1137047
URL: http://svn.apache.org/viewvc?rev=1137047&view=rev
Log:
Connector re-factoring
First step towards removing SocketState.ASYNC_END from the endpoint
Also a few percent faster, at least running the Async unit tests
Modified:
Author: markt
Date: Fri Jun 17 22:01:35 2011
New Revision: 1137048
URL: http://svn.apache.org/viewvc?rev=1137048&view=rev
Log:
Connector re-factoring
Align Ajp impl with Http impl for BIO
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java
Modified: tomcat/trunk/java/org/apach
Author: markt
Date: Fri Jun 17 22:03:10 2011
New Revision: 1137049
URL: http://svn.apache.org/viewvc?rev=1137049&view=rev
Log:
SocketState.ASYNC_END should no longer reach BIO endpoint
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java
Modified: tomcat/trunk/java/org/apa
Author: markt
Date: Fri Jun 17 22:16:26 2011
New Revision: 1137052
URL: http://svn.apache.org/viewvc?rev=1137052&view=rev
Log:
Connector re-factoring
Remove the need to track isAsync in the SocketWrapper
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java
tomcat/trunk/java/
Author: markt
Date: Fri Jun 17 22:37:53 2011
New Revision: 1137059
URL: http://svn.apache.org/viewvc?rev=1137059&view=rev
Log:
Connector re-factoring
Broadly align NIO Handler.process with BIO Handler.process
Remove event() method from NIO handler
Modified:
tomcat/trunk/java/org/apache/coyote
Author: markt
Date: Fri Jun 17 22:46:12 2011
New Revision: 1137062
URL: http://svn.apache.org/viewvc?rev=1137062&view=rev
Log:
Speed up test
Modified:
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified: tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.
20 matches
Mail list logo