Best unofficial Apache Server developers community |
| Jun 5, 2011 | |||
|
Markt |
|
||
| Tags: | |||
|
svn commit: r1063774 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/o January 26, 2011 10:12:14 AM Author: markt Date: Wed Jan 26 16:11:46 2011 New Revision: 1063774 URL: http://svn.apache.org/viewvc?rev=1063774&view=rev Log: Don't assume servlet 3+ async when processing long poll connections (it might be comet) Use socket rather than… svn commit: r998141 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/or September 17, 2010 09:00:36 AM Author: markt Date: Fri Sep 17 14:00:10 2010 New Revision: 998141 URL: http://svn.apache.org/viewvc?rev=998141&view=rev Log: NIO and APR processors don't use START/STOP so this code is unnecessary Modified: … svn commit: r1063366 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/o January 25, 2011 11:20:47 AM Author: markt Date: Tue Jan 25 17:20:20 2011 New Revision: 1063366 URL: http://svn.apache.org/viewvc?rev=1063366&view=rev Log: Fix various odd behaviours seen with a debugger. Observed both multiple and zero (rather than 1) selection events… svn commit: r1038202 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/o November 23, 2010 10:59:29 AM Author: markt Date: Tue Nov 23 16:57:47 2010 New Revision: 1038202 URL: http://svn.apache.org/viewvc?rev=1038202&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50207 Modified: … svn commit: r1071614 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java February 17, 2011 08:05:06 AM Author: markt Date: Thu Feb 17 14:04:37 2011 New Revision: 1071614 URL: http://svn.apache.org/viewvc?rev=1071614&view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point … svn commit: r1043425 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java December 8, 2010 08:09:54 AM Author: markt Date: Wed Dec 8 14:09:26 2010 New Revision: 1043425 URL: http://svn.apache.org/viewvc?rev=1043425&view=rev Log: Align BIO+JSSE with NIO+JSSE Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java … svn commit: r1132381 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProtocol.java Http11 June 5, 2011 07:21:25 AM Author: markt Date: Sun Jun 5 12:20:42 2011 New Revision: 1132381 URL: http://svn.apache.org/viewvc?rev=1132381&view=rev Log: Consistent visibility with BIO Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java … svn commit: r1002910 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java September 29, 2010 07:28:36 PM Author: markt Date: Thu Sep 30 00:27:45 2010 New Revision: 1002910 URL: http://svn.apache.org/viewvc?rev=1002910&view=rev Log: Minor clean-up to align with AJP Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java … svn commit: r998164 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java September 17, 2010 09:57:41 AM Author: markt Date: Fri Sep 17 14:56:58 2010 New Revision: 998164 URL: http://svn.apache.org/viewvc?rev=998164&view=rev Log: Remove unused import Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified:… svn commit: r1006341 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java October 10, 2010 02:14:36 PM Author: markt Date: Sun Oct 10 19:14:13 2010 New Revision: 1006341 URL: http://svn.apache.org/viewvc?rev=1006341&view=rev Log: Only call asyncPostProcess for async requests Modified: … svn commit: r1066568 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java February 2, 2011 12:30:13 PM Author: markt Date: Wed Feb 2 18:29:26 2011 New Revision: 1066568 URL: http://svn.apache.org/viewvc?rev=1066568&view=rev Log: Missed one place where socket needed to replace socket wrapper in r1063774 Modified: … svn commit: r1021780 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java October 12, 2010 09:10:23 AM Author: markt Date: Tue Oct 12 14:09:59 2010 New Revision: 1021780 URL: http://svn.apache.org/viewvc?rev=1021780&view=rev Log: Stop async requests hanging - side effect of r1006358 Modified: … svn commit: r1002703 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java September 29, 2010 11:02:50 AM Author: markt Date: Wed Sep 29 16:02:24 2010 New Revision: 1002703 URL: http://svn.apache.org/viewvc?rev=1002703&view=rev Log: Rename local variable to make code clearer Modified: … svn commit: r1084424 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java March 22, 2011 07:27:23 PM Author: markt Date: Wed Mar 23 00:27:00 2011 New Revision: 1084424 URL: http://svn.apache.org/viewvc?rev=1084424&view=rev Log: Rename, no functional change Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java … svn commit: r980260 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java July 28, 2010 05:55:08 PM Author: markt Date: Wed Jul 28 22:55:08 2010 New Revision: 980260 URL: http://svn.apache.org/viewvc?rev=980260&view=rev Log: Fix a failing test with the APR connector. Handle async requests that timeout. Modified: … svn commit: r1132375 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java June 5, 2011 07:09:22 AM Author: markt Date: Sun Jun 5 12:08:36 2011 New Revision: 1132375 URL: http://svn.apache.org/viewvc?rev=1132375&view=rev Log: Remove duplicated code Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified:… svn commit: r979853 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java July 27, 2010 03:27:56 PM Author: markt Date: Tue Jul 27 20:27:56 2010 New Revision: 979853 URL: http://svn.apache.org/viewvc?rev=979853&view=rev Log: Fix unit test failure with APR connector. Make sure MBeans are de-registered when connector stops. Modified: … svn commit: r1084422 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java March 22, 2011 07:17:56 PM Author: markt Date: Wed Mar 23 00:17:33 2011 New Revision: 1084422 URL: http://svn.apache.org/viewvc?rev=1084422&view=rev Log: Rename, no functional change Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java … svn commit: r1042651 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java December 6, 2010 08:10:00 AM Author: markt Date: Mon Dec 6 14:09:14 2010 New Revision: 1042651 URL: http://svn.apache.org/viewvc?rev=1042651&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java Modified:… svn commit: r1022415 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java October 14, 2010 03:34:01 AM Author: kkolinko Date: Thu Oct 14 08:32:59 2010 New Revision: 1022415 URL: http://svn.apache.org/viewvc?rev=1022415&view=rev Log: Improve recycling of processors in Http11NioProtocol Modified: … Tomcat Problem :java.net.BindException: Address already in use <null>:8080 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549) March 16, 2011 Hi, I am using tomcat as my webserver. i have application which needs a tomcat server restart after click of edit button by user. for that i have… Java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read) January 14, 2011 I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception: java.security.AccessControlException:… Java: xml signature interoperability issue between Java(apache) and .net April 15, 2011 I need to sign a xml file with RSA-SHA1 signing in enveloped mode in java. and check the signature in .net. the signature is valid if sign and… BlazeDS, Flex, and Java - Can I treat a RemoteObject like an instance of the Java class? January 25, 2011 I'm sorry if this question is a bit obvious, but I'm new to BlazeDS and can't seem to find an answer. I'm running Java on a BlazeDS server with a… Java.sql.SQLException MESSAGE: Communication link failure: java.io.EOFException, underlying cause: null March 26, 2011 Connection was closed due to the following exception: ** BEGIN NESTED EXCEPTION ** java.sql.SQLException MESSAGE: Communication link failure:… Java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.misc) May 30, 2011 hi fellas , so my hosting company changed their service to tomcat 7 with security manager, and from that time on i am getting this exception every… How to run this .java file in a web-app as a solo java application just to test it ? March 16, 2011 package database; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import… How to use local IP address on a java.net.URLConnection in Java April 28, 2011 Hello, I want to use different IP addresses, which are available on my server with java.net.URLConnection, but when I try to use Proxy proxyObj =… Php-Java Bridge War File deployment in apache tomcat February 5, 2011 Hai Guys, Am a newbee and does not know much about apache-tomcat..... heres my problem -> I have my sites contents uploaded to public_html folder… Choosing between Django-Apache and Java-Tomcat for a web application March 15, 2011 Hi all, In order to develop a web application that can easily scale, provide production stability, is easily deploy-able, and allows for fast… Java apache tomcat is not detecting the jsp file even when it exists. May 5, 2011 Hi, I have come across to a strange problem where apache tomcat server is showing 404 server code. But some of the files are being detected by the… Linux kernel with grsec + Java / Apache Tomcat June 12, 2010 I've got a Debian Linux 64 bit dedicated server. The kernel has the grsec patch applied. I'm mainly using this server to run Apache Tomcat (6.0.26,… Apache Tomcat :java.net.ConnectException: Connection refused April 18, 2011 hi all, while i try to stop tomcat server its giving an error like this. [root@server classes]# service tomcat restart Stopping Tomcat service:… Handling X-FORWARDED-PROTO in java apache-tomcat April 21, 2011 Can any one guide me in working with X-FORWARDED-PROTO in Java apache-tomcat. The application setup is in such a way that tomcat talks with apache… Error in Catalina.out: java.util.zip.ZipException: error in opening zip file and java.lang.IllegalArgumentException March 30, 2011 Hello everyone, I got this error in catalina.out when my display.war file executed on Tomcat. The error is shown below: Mar 30, 2011 8:01:31 PM… What is the difference between java.net.SocketException: Connection reset and java.net.SocketException: Broken Pipe? January 10, 2011 What is the difference between java.net.SocketException: Connection reset and java.net.SocketException: Broken Pipe? I am trying to figure what are… Java Filter not Write Cookie in Apache/Tomcat 7 Load Balanced Environment April 16, 2011 Hello, I'm using tomcat 7 and the below filter in order to write the the JSESSIONID cookie across http to https to http requests in my application.… Java EE SDK instead of Tomcat? April 14, 2011 I learned that Servlet reference implementation is included in the Java EE SDK. And Tomcat is a open source implementation of it. Can I use Java EE… Java ssl tomcat March 11, 2011 I have a SSL certificate how can i use and configure with my tomcat ? | |||